/* ================================================================== >>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE <<<<<<<<<<<<<<<<<<<<<<<<< ------------------------------------------------------------------ Copyright (c) 2006-2024 by Lattice Semiconductor Corporation ALL RIGHTS RESERVED ------------------------------------------------------------------ IMPORTANT: THIS FILE IS AUTO-GENERATED BY LATTICE RADIANT Software. Permission: Lattice grants permission to use this code pursuant to the terms of the Lattice Corporation Open Source License Agreement. Disclaimer: Lattice provides no warranty regarding the use or functionality of this code. It is the user's responsibility to verify the user Software design for consistency and functionality through the use of formal Software validation methods. ------------------------------------------------------------------ Lattice Semiconductor Corporation 111 SW Fifth Avenue, Suite 700 Portland, OR 97204 U.S.A Email: techsupport@latticesemi.com Web: http://www.latticesemi.com/Home/Support/SubmitSupportTicket.aspx ================================================================== */ #ifndef JESD204B_REGS_H #define JESD204B_REGS_H /* * jesd204b registers definition */ #define JESD204B_TX_CTRL (0x00) #define JESD204B_TX_STAT (0x01*4) #define JESD204B_TX_TEST_MODE (0x03*4) #define JESD204B_TX_LINK_CFG0 (0x04*4) #define JESD204B_TX_LINK_CFG1 (0x05*4) #define JESD204B_TX_LINK_CFG2 (0x06*4) #define JESD204B_TX_LINK_CFG3 (0x07*4) #define JESD204B_TX_LINK_CFG4 (0x08*4) #define JESD204B_TX_LINK_CFG5 (0x09*4) #define JESD204B_TX_LINK_CFG6 (0x0A*4) #define JESD204B_TX_LINK_CFG7 (0x0B*4) #define JESD204B_RX_CTRL (0x00) #define JESD204B_RX_STAT (0x01*4) #define JESD204B_RX_ERR_STAT (0x02*4) #define JESD204B_RX_LINK_CFG0 (0x04*4) #define JESD204B_RX_LINK_CFG1 (0x05*4) #define JESD204B_RX_LINK_CFG2 (0x06*4) #define JESD204B_RX_LINK_CFG3 (0x07*4) #define JESD204B_RX_LINK_CFG4 (0x08*4) #define JESD204B_RX_LINK_CFG5 (0x09*4) #define JESD204B_RX_LINK_CFG6 (0x0A*4) #define JESD204B_RX_LINK_CFG7 (0x0B*4) #define JESD204B_RX_ERR_CNT (0x0C*4) #endif