40#define AD9625_REG_CHIP_PORT_CONF 0x000
41#define AD9625_REG_CHIP_ID 0x001
42#define AD9625_REG_POWER_MODE 0x008
43#define AD9625_REG_PLL_STATUS 0x00A
44#define AD9625_REG_TEST_CNTRL 0x00D
45#define AD9625_REG_OUTPUT_MODE 0x014
46#define AD9625_REG_OUTPUT_ADJUST 0x015
47#define AD9625_REG_SYSREF_CONTROL 0x03A
48#define AD9625_REG_JESD204B_LINK_CNTRL_1 0x05F
49#define AD9625_REG_JESD204B_CONFIGURATION 0x072
50#define AD9625_REG_JESD204B_LANE_POWER_MODE 0x080
51#define AD9625_REG_TRANSFER 0x0FF
52#define AD9625_REG_IRQ_STATUS 0x100
53#define AD9625_REG_DIVCLK_OUT_CNTRL 0x120
54#define AD9625_REG_SYSREF_SETUP_TIME_GUARDBAND 0x13C
56#define AD9625_CHIP_ID 0x041
58#define AD9625_TEST_OFF 0x000
59#define AD9625_TEST_MID_SCALE 0x001
60#define AD9625_TEST_POS_FSCALE 0x002
61#define AD9625_TEST_NEG_FSCALE 0x003
62#define AD9625_TEST_CHECKBOARD 0x004
63#define AD9625_TEST_PNLONG 0x005
64#define AD9625_TEST_ONE2ZERO 0x007
65#define AD9625_TEST_PATTERN 0x008
66#define AD9625_TEST_RAMP 0x00F
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
int32_t ad9625_remove(struct ad9625_dev *dev)
ad9625_remove
Definition ad9625.c:140
int32_t ad9625_setup(struct ad9625_dev **device, struct ad9625_init_param init_param)
ad9625_setup
Definition ad9625.c:85
int32_t ad9625_spi_write(struct ad9625_dev *dev, uint16_t reg_addr, uint8_t reg_data)
ad9625_spi_write
Definition ad9625.c:64
int32_t ad9625_spi_read(struct ad9625_dev *dev, uint16_t reg_addr, uint8_t *reg_data)
ad9625_spi_read
Definition ad9625.c:42
int32_t ad9625_test(struct ad9625_dev *dev, uint32_t test_mode)
ad9625_test
Definition ad9625.c:154
Header file of Delay functions.
Header file of SPI Interface.
struct no_os_spi_desc * spi_desc
Definition ad9625.h:78
uint32_t lane_rate_kbps
Definition ad9625.h:72
struct no_os_spi_init_param spi_init
Definition ad9625.h:70
uint32_t test_samples[4]
Definition ad9625.h:73
Definition ad9361_util.h:63
Structure holding SPI descriptor.
Definition no_os_spi.h:180
Structure holding the parameters for SPI initialization.
Definition no_os_spi.h:128