no-OS
ad9144.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef AD9144_H_
34 #define AD9144_H_
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #include <stdint.h>
40 #include "no_os_delay.h"
41 #include "no_os_spi.h"
42 #include "no_os_util.h"
43 #include "jesd204.h"
44 
45 /******************************************************************************/
46 /********************** Macros and Constants Definitions **********************/
47 /******************************************************************************/
48 #define REG_SPI_INTFCONFA 0x000 /* Interface configuration A */
49 #define REG_SPI_INTFCONFB 0x001 /* Interface configuration B */
50 #define REG_SPI_DEVCONF 0x002 /* Device Configuration */
51 #define REG_SPI_PRODIDL 0x004 /* Product Identification Low Byte */
52 #define REG_SPI_PRODIDH 0x005 /* Product Identification High Byte */
53 #define REG_SPI_CHIPGRADE 0x006 /* Chip Grade */
54 #define REG_SPI_PAGEINDX 0x008 /* Page Pointer or Device Index */
55 #define REG_SPI_DEVINDX2 0x009 /* Secondary Device Index */
56 #define REG_SPI_SCRATCHPAD 0x00A /* Scratch Pad */
57 #define REG_SPI_MS_UPDATE 0x00F /* Master/Slave Update Bit */
58 #define REG_PWRCNTRL0 0x011 /* Power Control Reg 1 */
59 #define REG_TXENMASK1 0x012 /* TXenable masks */
60 #define REG_PWRCNTRL3 0x013 /* Power control register 3 */
61 #define REG_COARSE_GROUP_DLY 0x014 /* Coarse Group Delay Adjustment */
62 #define REG_IRQ_ENABLE0 0x01F /* Interrupt Enable */
63 #define REG_IRQ_ENABLE1 0x020 /* Interrupt Enable */
64 #define REG_IRQ_ENABLE2 0x021 /* Interrupt Enable */
65 #define REG_IRQ_ENABLE3 0x022 /* Interrupt Enable */
66 #define REG_IRQ_STATUS0 0x023 /* Interrupt Status */
67 #define REG_IRQ_STATUS1 0x024 /* Interrupt Status */
68 #define REG_IRQ_STATUS2 0x025 /* Interrupt Status */
69 #define REG_IRQ_STATUS3 0x026 /* Interrupt Status */
70 #define REG_JESD_CHECKS 0x030 /* JESD Parameter Checking */
71 #define REG_SYNC_TESTCTRL 0x031 /* Sync Control Reg0 */
72 #define REG_SYNC_DACDELAY_L 0x032 /* Sync Logic DacDelay [7:0] */
73 #define REG_SYNC_DACDELAY_H 0x033 /* Sync Logic DacDelay [8] */
74 #define REG_SYNC_ERRWINDOW 0x034 /* Sync Error Window */
75 #define REG_SYNC_DLYCOUNT 0x035 /* Sync Control Ref Delay Count */
76 #define REG_SYNC_REFCOUNT 0x036 /* Sync SysRef InActive Interval */
77 #define REG_SYNC_LASTERR_L 0x038 /* SyncLASTerror_L */
78 #define REG_SYNC_LASTERR_H 0x039 /* SyncLASTerror_H */
79 #define REG_SYNC_CTRL 0x03A /* Sync Mode Control */
80 #define REG_SYNC_STATUS 0x03B /* Sync Alignment Flags */
81 #define REG_SYNC_CURRERR_L 0x03C /* Sync Alignment Error[7:0] */
82 #define REG_SYNC_CURRERR_H 0x03D /* Sync Alignment Error[8] */
83 #define REG_ERROR_THERM 0x03E /* Sync Error Thermometer */
84 #define REG_DACGAIN0_1 0x040 /* MSBs of Full Scale Adjust DAC */
85 #define REG_DACGAIN0_0 0x041 /* LSBs of Full Scale Adjust DAC */
86 #define REG_DACGAIN1_1 0x042 /* MSBs of Full Scale Adjust DAC */
87 #define REG_DACGAIN1_0 0x043 /* LSBs of Full Scale Adjust DAC */
88 #define REG_DACGAIN2_1 0x044 /* MSBs of Full Scale Adjust DAC */
89 #define REG_DACGAIN2_0 0x045 /* LSBs of Full Scale Adjust DAC */
90 #define REG_DACGAIN3_1 0x046 /* MSBs of Full Scale Adjust DAC */
91 #define REG_DACGAIN3_0 0x047 /* LSBs of Full Scale Adjust DAC */
92 #define REG_PD_DACLDO 0x048 /* Powerdown DAC LDOs */
93 #define REG_STAT_DACLDO 0x049 /* DAC LDO Status */
94 #define REG_DECODE_CTRL0 0x04B /* Decoder Control */
95 #define REG_DECODE_CTRL1 0x04C /* Decoder Control */
96 #define REG_DECODE_CTRL2 0x04D /* Decoder Control */
97 #define REG_DECODE_CTRL3 0x04E /* Decoder Control */
98 #define REG_NCO_CLRMODE 0x050 /* NCO CLR Mode */
99 #define REG_NCOKEY_ILSB 0x051 /* NCO Clear on Data Key I lsb */
100 #define REG_NCOKEY_IMSB 0x052 /* NCO Clear on Data Key I msb */
101 #define REG_NCOKEY_QLSB 0x053 /* NCO Clear on Data Key Q lsb */
102 #define REG_NCOKEY_QMSB 0x054 /* NCO Clear on Data Key Q msb */
103 #define REG_PA_THRES0 0x060 /* PDP Threshold */
104 #define REG_PA_THRES1 0x061 /* PDP Threshold */
105 #define REG_PA_AVG_TIME 0x062 /* PDP Control */
106 #define REG_PA_POWER0 0x063 /* PDP Power */
107 #define REG_PA_POWER1 0x064 /* PDP Power */
108 #define REG_CLKCFG0 0x080 /* Clock Configuration */
109 #define REG_SYSREF_ACTRL0 0x081 /* SYSREF Analog Control 0 */
110 #define REG_SYSREF_ACTRL1 0x082 /* SYSREF Analog Control 1 */
111 #define REG_DACPLLCNTRL 0x083 /* Top Level Control DAC Clock PLL */
112 #define REG_DACPLLSTATUS 0x084 /* DAC PLL Status Bits */
113 #define REG_DACINTEGERWORD0 0x085 /* Feedback divider tuning word */
114 #define REG_DACLOOPFILT1 0x087 /* C1 and C2 control */
115 #define REG_DACLOOPFILT2 0x088 /* R1 and C3 control */
116 #define REG_DACLOOPFILT3 0x089 /* Bypass and R2 control */
117 #define REG_DACCPCNTRL 0x08A /* Charge Pump/Cntrl Voltage */
118 #define REG_DACLOGENCNTRL 0x08B /* Logen Control */
119 #define REG_DACLDOCNTRL1 0x08C /* LDO Control1 + Reference Divider */
120 #define REG_CAL_DAC_ERR 0x0E0 /* Report DAC Cal errors */
121 #define REG_CAL_MSB_THRES 0x0E1 /* MSB sweep Threshold definition */
122 #define REG_CAL_CTRL_GLOBAL 0x0E2 /* Global Calibration DAC Control */
123 #define REG_CAL_MSBHILVL 0x0E3 /* High Level for MSB level compare */
124 #define REG_CAL_MSBLOLVL 0x0E4 /* Low Level for MSB level compare */
125 #define REG_CAL_THRESH 0x0E5 /* TAC Threshold definition */
126 #define REG_CAL_AVG_CNT 0x0E6 /* CAL DAC Number of averages */
127 #define REG_CAL_CLKDIV 0x0E7 /* Calibration DAC clock divide */
128 #define REG_CAL_INDX 0x0E8 /* Calibration DAC Select */
129 #define REG_CAL_CTRL 0x0E9 /* Calibration DAC Control */
130 #define REG_CAL_ADDR 0x0EA /* Calibration DAC Address */
131 #define REG_CAL_DATA 0x0EB /* Calibration DAC Data */
132 #define REG_CAL_UPDATE 0x0EC /* Calibration DAC Write Update */
133 #define REG_CAL_INIT 0x0ED /* Calibration init */
134 #define REG_DATA_FORMAT 0x110 /* Data format */
135 #define REG_DATAPATH_CTRL 0x111 /* Datapath Control */
136 #define REG_INTERP_MODE 0x112 /* Interpolation Mode */
137 #define REG_NCO_FTW_UPDATE 0x113 /* NCO Frequency Tuning Word Update */
138 #define REG_FTW0 0x114 /* NCO Frequency Tuning Word LSB */
139 #define REG_FTW1 0x115 /* NCO Frequency Tuning Word */
140 #define REG_FTW2 0x116 /* NCO Frequency Tuning Word */
141 #define REG_FTW3 0x117 /* NCO Frequency Tuning Word */
142 #define REG_FTW4 0x118 /* NCO Frequency Tuning Word */
143 #define REG_FTW5 0x119 /* NCO Frequency Tuning Word MSB */
144 #define REG_NCO_PHASE_OFFSET0 0x11A /* NCO Phase Offset LSB */
145 #define REG_NCO_PHASE_OFFSET1 0x11B /* NCO Phase Offset MSB */
146 #define REG_NCO_PHASE_ADJ0 0x11C /* I/Q Phase Adjust LSB */
147 #define REG_NCO_PHASE_ADJ1 0x11D /* I/Q Phase Adjust MSB */
148 #define REG_TXEN_FUNC 0x11E /* Transmit Enable function */
149 #define REG_TXEN_SM_0 0x11F /* Transmit enable power control state machine */
150 #define REG_TXEN_SM_1 0x120 /* Rise and fall */
151 #define REG_TXEN_SM_2 0x121 /* Transmit enable maximum A */
152 #define REG_TXEN_SM_3 0x122 /* Transmit enable maximum B */
153 #define REG_TXEN_SM_4 0x123 /* Transmit enable maximum C */
154 #define REG_TXEN_SM_5 0x124 /* Transmit enable maximum D */
155 #define REG_DACOUT_ON_DOWN 0x125 /* DAC out down control and on trigger */
156 #define REG_DACOFF 0x12C /* DAC Shutdown Source */
157 #define REG_DATA_PATH_FLUSH_COUNT0 0x12D /* Data path flush counter LSB */
158 #define REG_DATA_PATH_FLUSH_COUNT1 0x12E /* Data path flush counter MSB */
159 #define REG_DIE_TEMP_CTRL0 0x12F /* Die Temp Range Control */
160 #define REG_DIE_TEMP_CTRL1 0x130 /* Die temperature control register */
161 #define REG_DIE_TEMP_CTRL2 0x131 /* Die temperature control register */
162 #define REG_DIE_TEMP0 0x132 /* Die temp LSB */
163 #define REG_DIE_TEMP1 0x133 /* Die Temp MSB */
164 #define REG_DIE_TEMP_UPDATE 0x134 /* Die temperature update */
165 #define REG_DC_OFFSET_CTRL 0x135 /* DC Offset Control */
166 #define REG_IPATH_DC_OFFSET_1PART0 0x136 /* LSB of first part of DC Offset value for I path */
167 #define REG_IPATH_DC_OFFSET_1PART1 0x137 /* MSB of first part of DC Offset value for I path */
168 #define REG_QPATH_DC_OFFSET_1PART0 0x138 /* LSB of first part of DC Offset value for Q path */
169 #define REG_QPATH_DC_OFFSET_1PART1 0x139 /* MSB of first part of DC Offset value for Q path */
170 #define REG_IPATH_DC_OFFSET_2PART 0x13A /* Second part of DC Offset value for I path */
171 #define REG_QPATH_DC_OFFSET_2PART 0x13B /* Second part of DC Offset value for Q path */
172 #define REG_IDAC_DIG_GAIN0 0x13C /* I DAC Gain LSB */
173 #define REG_IDAC_DIG_GAIN1 0x13D /* I DAC Gain MSB */
174 #define REG_QDAC_DIG_GAIN0 0x13E /* Q DAC Gain LSB */
175 #define REG_QDAC_DIG_GAIN1 0x13F /* Q DAC Gain MSB */
176 #define REG_GAIN_RAMP_UP_STP0 0x140 /* LSB of digital gain rises */
177 #define REG_GAIN_RAMP_UP_STP1 0x141 /* MSB of digital gain rises */
178 #define REG_GAIN_RAMP_DOWN_STP0 0x142 /* LSB of digital gain drops */
179 #define REG_GAIN_RAMP_DOWN_STP1 0x143 /* MSB of digital gain drops */
180 #define REG_BLSM_CTRL 0x146 /* Blanking SM control and func */
181 #define REG_BLSM_STAT 0x147 /* Blanking SM control and func */
182 #define REG_PRBS 0x14B /* PRBS Input Data Checker */
183 #define REG_PRBS_ERROR_I 0x14C /* PRBS Error Counter Real */
184 #define REG_PRBS_ERROR_Q 0x14D /* PRBS Error Counter Imaginary */
185 #define REG_DACPLLT5 0x1B5 /* ALC/Varactor control */
186 #define REG_DACPLLTB 0x1BB /* VCO Bias Control */
187 #define REG_DACPLLTD 0x1BD /* VCO Cal control */
188 #define REG_DACPLLT17 0x1C4 /* Varactor Control 1 */
189 #define REG_DACPLLT18 0x1C5 /* Varactor Control 2 */
190 #define REG_ASPI_SPARE0 0x1C6 /* Spare Register 0 */
191 #define REG_ASPI_SPARE1 0x1C7 /* Spare Register 1 */
192 #define REG_SPISTRENGTH 0x1DF /* Reg 70 Description */
193 #define REG_CLK_TEST 0x1EB /* Clock related control signaling */
194 #define REG_ATEST_VOLTS 0x1EC /* Analog Test Voltage Extraction */
195 #define REG_ASPI_CLKSRC 0x1ED /* Analog Spi clock source for PD machines */
196 #define REG_MASTER_PD 0x200 /* Master power down for Receiver PHYx */
197 #define REG_PHY_PD 0x201 /* Power down for individual Receiver PHYx */
198 #define REG_GENERIC_PD 0x203 /* Miscellaneous power down controls */
199 #define REG_CDR_RESET 0x206 /* CDR Reset control */
200 #define REG_CDR_OPERATING_MODE_REG_0 0x230 /* Clock and data recovery operating modes */
201 #define REG_CONFIG_REG3 0x232 /* SERDES interface configuration */
202 #define REG_EQ_CONFIG_PHY_0_1 0x250 /* Equalizer configuration for PHY 0 and PHY 1 */
203 #define REG_EQ_CONFIG_PHY_2_3 0x251 /* Equalizer configuration for PHY 2 and PHY 3 */
204 #define REG_EQ_CONFIG_PHY_4_5 0x252 /* Equalizer configuration for PHY 4 and PHY 5 */
205 #define REG_EQ_CONFIG_PHY_6_7 0x253 /* Equalizer configuration for PHY 6 and PHY 7 */
206 #define REG_EQ_BIAS_REG 0x268 /* Equalizer bias control */
207 #define REG_SYNTH_ENABLE_CNTRL 0x280 /* Rx PLL enable controls */
208 #define REG_PLL_STATUS 0x281 /* Rx PLL status readbacks */
209 #define REG_REF_CLK_DIVIDER_LDO 0x289 /* Rx PLL LDO control */
210 #define REG_SERDES_PLL_CTRL 0x291 /* Serdes PLL control */
211 #define REG_SERDES_PLL_CP3 0x29c /* Serdes PLL charge pump */
212 #define REG_SERDES_PLL_VAR3 0x29f /* Serdes PLL VCO varactor */
213 #define REG_DEV_CONFIG_8 0x2A4 /* To control the clock configuration */
214 #define REG_TERM_BLK1_CTRLREG0 0x2A7 /* Termination controls for PHYs 0, 1, 6, and 7 */
215 #define REG_TERM_BLK1_CTRLREG1 0x2A8 /* Termination controls for PHYs 0, 1, 6, and 7 */
216 #define REG_DEV_CONFIG_9 0x2AA /* SERDES interface termination settings */
217 #define REG_DEV_CONFIG_10 0x2AB /* SERDES interface termination settings */
218 #define REG_TERM_BLK2_CTRLREG0 0x2AE /* Termination controls for PHYs 2, 3, 4, and 5 */
219 #define REG_TERM_BLK2_CTRLREG1 0x2AF /* Termination controls for PHYs 2, 3, 4, and 5 */
220 #define REG_DEV_CONFIG_11 0x2B1 /* SERDES interface termination settings */
221 #define REG_DEV_CONFIG_12 0x2B2 /* SERDES interface termination settings */
222 #define REG_GENERAL_JRX_CTRL_0 0x300 /* General JRX Control Register 0 */
223 #define REG_GENERAL_JRX_CTRL_1 0x301 /* General JRX Control Register 1 */
224 #define REG_DYN_LINK_LATENCY_0 0x302 /* Register 1 description */
225 #define REG_DYN_LINK_LATENCY_1 0x303 /* Register 2 description */
226 #define REG_LMFC_DELAY_0 0x304 /* Register 3 description */
227 #define REG_LMFC_DELAY_1 0x305 /* Register 4 description */
228 #define REG_LMFC_VAR_0 0x306 /* Register 5 description */
229 #define REG_LMFC_VAR_1 0x307 /* Register 6 description */
230 #define REG_XBAR(x) (0x308 +(x)) /* Register 7 description */
231 #define REG_FIFO_STATUS_REG_0 0x30C /* Register 11 description */
232 #define REG_FIFO_STATUS_REG_1 0x30D /* Register 12 description */
233 #define REG_FIFO_STATUS_REG_2 0x30E /* Register 13 description */
234 #define REG_SYNCB_GEN_0 0x311 /* Register 16 description */
235 #define REG_SYNCB_GEN_1 0x312 /* Register 17 description */
236 #define REG_SYNCB_GEN_3 0x313 /* Register 18 description */
237 #define REG_SERDES_SPI_REG 0x314 /* SERDES SPI configuration */
238 #define REG_PHY_PRBS_TEST_EN 0x315 /* PHY PRBS TEST ENABLE FOR INDIVIDUAL LANES */
239 #define REG_PHY_PRBS_TEST_CTRL 0x316 /* Reg 20 Description */
240 #define REG_PHY_PRBS_TEST_THRESH_LOBITS 0x317 /* Reg 21 Description */
241 #define REG_PHY_PRBS_TEST_THRESH_MIDBITS 0x318 /* Reg 22 Description */
242 #define REG_PHY_PRBS_TEST_THRESH_HIBITS 0x319 /* Reg 23 Description */
243 #define REG_PHY_PRBS_TEST_ERRCNT_LOBITS 0x31A /* Reg 24 Description */
244 #define REG_PHY_PRBS_TEST_ERRCNT_MIDBITS 0x31B /* Reg 25 Description */
245 #define REG_PHY_PRBS_TEST_ERRCNT_HIBITS 0x31C /* Reg 26 Description */
246 #define REG_PHY_PRBS_TEST_STATUS 0x31D /* Reg 27 Description */
247 #define REG_SHORT_TPL_TEST_0 0x32C /* Reg 46 Description */
248 #define REG_SHORT_TPL_TEST_1 0x32D /* Reg 47 Description */
249 #define REG_SHORT_TPL_TEST_2 0x32E /* Reg 48 Description */
250 #define REG_SHORT_TPL_TEST_3 0x32F /* Reg 49 Description */
251 #define REG_DEVICE_CONFIG_REG_13 0x333 /* SERDES interface configuration */
252 #define REG_JESD_BIT_INVERSE_CTRL 0x334 /* Reg 42 Description */
253 #define REG_DID_REG 0x400 /* Reg 0 Description */
254 #define REG_BID_REG 0x401 /* Reg 1 Description */
255 #define REG_LID0_REG 0x402 /* Reg 2 Description */
256 #define REG_SCR_L_REG 0x403 /* Reg 3 Description */
257 #define REG_F_REG 0x404 /* Reg 4 Description */
258 #define REG_K_REG 0x405 /* Reg 5 Description */
259 #define REG_M_REG 0x406 /* Reg 6 Description */
260 #define REG_CS_N_REG 0x407 /* Reg 7 Description */
261 #define REG_NP_REG 0x408 /* Reg 8 Description */
262 #define REG_S_REG 0x409 /* Reg 9 Description */
263 #define REG_HD_CF_REG 0x40A /* Reg 10 Description */
264 #define REG_RES1_REG 0x40B /* Reg 11 Description */
265 #define REG_RES2_REG 0x40C /* Reg 12 Description */
266 #define REG_CHECKSUM_REG 0x40D /* Reg 13 Description */
267 #define REG_COMPSUM0_REG 0x40E /* Reg 14 Description */
268 #define REG_LID1_REG 0x412 /* Reg 18 Description */
269 #define REG_CHECKSUM1_REG 0x415 /* Reg 19 Description */
270 #define REG_COMPSUM1_REG 0x416 /* Reg 22 Description */
271 #define REG_LID2_REG 0x41A /* Reg 26 Description */
272 #define REG_CHECKSUM2_REG 0x41D /* Reg 29 Description */
273 #define REG_COMPSUM2_REG 0x41E /* Reg 30 Description */
274 #define REG_LID3_REG 0x422 /* Reg 34 Description */
275 #define REG_CHECKSUM3_REG 0x425 /* Reg 37 Description */
276 #define REG_COMPSUM3_REG 0x426 /* Reg 38 Description */
277 #define REG_LID4_REG 0x42A /* Reg 34 Description */
278 #define REG_CHECKSUM4_REG 0x42D /* Reg 37 Description */
279 #define REG_COMPSUM4_REG 0x42E /* Reg 38 Description */
280 #define REG_LID5_REG 0x432 /* Reg 34 Description */
281 #define REG_CHECKSUM5_REG 0x435 /* Reg 37 Description */
282 #define REG_COMPSUM5_REG 0x436 /* Reg 38 Description */
283 #define REG_LID6_REG 0x43A /* Reg 34 Description */
284 #define REG_CHECKSUM6_REG 0x43D /* Reg 37 Description */
285 #define REG_COMPSUM6_REG 0x43E /* Reg 38 Description */
286 #define REG_LID7_REG 0x442 /* Reg 34 Description */
287 #define REG_CHECKSUM7_REG 0x445 /* Reg 37 Description */
288 #define REG_COMPSUM7_REG 0x446 /* Reg 38 Description */
289 #define REG_ILS_DID 0x450 /* Reg 80 Description */
290 #define REG_ILS_BID 0x451 /* Reg 81 Description */
291 #define REG_ILS_LID0 0x452 /* Reg 82 Description */
292 #define REG_ILS_SCR_L 0x453 /* Reg 83 Description */
293 #define REG_ILS_F 0x454 /* Reg 84 Description */
294 #define REG_ILS_K 0x455 /* Reg 85 Description */
295 #define REG_ILS_M 0x456 /* Reg 86 Description */
296 #define REG_ILS_CS_N 0x457 /* Reg 87 Description */
297 #define REG_ILS_NP 0x458 /* Reg 88 Description */
298 #define REG_ILS_S 0x459 /* Reg 89 Description */
299 #define REG_ILS_HD_CF 0x45A /* Reg 90 Description */
300 #define REG_ILS_RES1 0x45B /* Reg 91 Description */
301 #define REG_ILS_RES2 0x45C /* Reg 92 Description */
302 #define REG_ILS_CHECKSUM 0x45D /* Reg 93 Description */
303 #define REG_ERRCNTRMON 0x46B /* Reg 107 Description */
304 #define REG_LANEDESKEW 0x46C /* Reg 108 Description */
305 #define REG_BADDISPARITY 0x46D /* Reg 109 Description */
306 #define REG_NITDISPARITY 0x46E /* Reg 110 Description */
307 #define REG_UNEXPECTEDKCHAR 0x46F /* Reg 111 Description */
308 #define REG_CODEGRPSYNCFLG 0x470 /* Reg 112 Description */
309 #define REG_FRAMESYNCFLG 0x471 /* Reg 113 Description */
310 #define REG_GOODCHKSUMFLG 0x472 /* Reg 114 Description */
311 #define REG_INITLANESYNCFLG 0x473 /* Reg 115 Description */
312 #define REG_CTRLREG1 0x476 /* Reg 118 Description */
313 #define REG_CTRLREG2 0x477 /* Reg 119 Description */
314 #define REG_KVAL 0x478 /* Reg 120 Description */
315 #define REG_IRQVECTOR 0x47A /* Reg 122 Description */
316 #define REG_SYNCASSERTIONMASK 0x47B /* Reg 123 Description */
317 #define REG_ERRORTHRES 0x47C /* Reg 124 Description */
318 #define REG_LANEENABLE 0x47D /* Reg 125 Description */
319 
320 /*
321  * REG_SPI_INTFCONFA
322  */
323 #define SOFTRESET_M (1 << 7) /* Soft Reset (Mirror) */
324 #define LSBFIRST_M (1 << 6) /* LSB First (Mirror) */
325 #define ADDRINC_M (1 << 5) /* Address Increment (Mirror) */
326 #define SDOACTIVE_M (1 << 4) /* SDO Active (Mirror) */
327 #define SDOACTIVE (1 << 3) /* SDO Active */
328 #define ADDRINC (1 << 2) /* Address Increment */
329 #define LSBFIRST (1 << 1) /* LSB First */
330 #define SOFTRESET (1 << 0) /* Soft Reset */
331 
332 /*
333  * REG_SPI_INTFCONFB
334  */
335 #define SINGLEINS (1 << 7) /* Single Instruction */
336 #define CSBSTALL (1 << 6) /* CSb Stalling */
337 
338 /*
339  * REG_SPI_DEVCONF
340  */
341 #define DEVSTATUS(x) (((x) & 0xF) << 4) /* Device Status */
342 #define CUSTOPMODE(x) (((x) & 0x3) << 2) /* Customer Operating Mode */
343 #define SYSOPMODE(x) (((x) & 0x3) << 0) /* System Operating Mode */
344 
345 /*
346  * REG_SPI_CHIPGRADE
347  */
348 #define PROD_GRADE(x) (((x) & 0xF) << 4) /* Product Grade */
349 #define DEV_REVISION(x) (((x) & 0xF) << 0) /* Device Revision */
350 
351 /*
352  * REG_SPI_PAGEINDX
353  */
354 #define PAGEINDX(x) (((x) & 0x3) << 0) /* Page or Index Pointer */
355 
356 /*
357  * REG_SPI_MS_UPDATE
358  */
359 #define SLAVEUPDATE (1 << 0) /* M/S Update Bit */
360 
361 /*
362  * REG_PWRCNTRL0
363  */
364 #define PD_BG (1 << 7) /* Reference PowerDown */
365 #define PD_DAC_0 (1 << 6) /* PD Ichannel DAC 0 */
366 #define PD_DAC_1 (1 << 5) /* PD Qchannel DAC 1 */
367 #define PD_DAC_2 (1 << 4) /* PD Ichannel DAC 2 */
368 #define PD_DAC_3 (1 << 3) /* PD Qchannel DAC 3 */
369 #define PD_DACM (1 << 2) /* PD Dac master Bias */
370 
371 /*
372  * REG_TXENMASK1
373  */
374 #define SYS_MASK (1 << 2) /* SYSREF Receiver TXen mask */
375 #define DACB_MASK (1 << 1) /* Dual B Dac TXen1 mask */
376 #define DACA_MASK (1 << 0) /* Dual A Dac TXen0 mask */
377 
378 /*
379  * REG_PWRCNTRL3
380  */
381 #define ENA_PA_CTRL_FROM_PAPROT_ERR (1 << 6) /* Control PDP enable from PAProt block */
382 #define ENA_PA_CTRL_FROM_TXENSM (1 << 5) /* Control PDP enable from Txen State machine */
383 #define ENA_PA_CTRL_FROM_BLSM (1 << 4) /* Control PDP enable from Blanking state machine */
384 #define ENA_PA_CTRL_FROM_SPI (1 << 3) /* Control PDP enable via SPI */
385 #define SPI_PA_CTRL (1 << 2) /* PDP on/off via SPI */
386 #define ENA_SPI_TXEN (1 << 1) /* TXEN from SPI control */
387 #define SPI_TXEN (1 << 0) /* Spi TXEN */
388 
389 /*
390  * REG_COARSE_GROUP_DLY
391  */
392 #define COARSE_GROUP_DLY(x) (((x) & 0xF) << 0) /* Coarse group delay */
393 
394 /*
395  * REG_IRQ_ENABLE0
396  */
397 #define EN_CALPASS (1 << 7) /* Enable Calib PASS detection */
398 #define EN_CALFAIL (1 << 6) /* Enable Calib FAIL detection */
399 #define EN_DACPLLLOST (1 << 5) /* Enable DAC Pll Lost detection */
400 #define EN_DACPLLLOCK (1 << 4) /* Enable DAC Pll Lock detection */
401 #define EN_SERPLLLOST (1 << 3) /* Enable Serdes PLL Lost detection */
402 #define EN_SERPLLLOCK (1 << 2) /* Enable Serdes PLL Lock detection */
403 #define EN_LANEFIFOERR (1 << 1) /* Enable Lane FIFO Error detection */
404 #define EN_DRDLFIFOERR (1 << 0) /* Enable DRDL FIFO Error detection */
405 
406 /*
407  * REG_IRQ_ENABLE1
408  */
409 #define EN_PARMBAD (1 << 7) /* enable BAD Parameter interrupt */
410 #define EN_PRBSQ1 (1 << 3) /* enable PRBS imag DAC B interrupt */
411 #define EN_PRBSI1 (1 << 2) /* enable PRBS real DAC B interrupt */
412 #define EN_PRBSQ0 (1 << 1) /* enable PRBS imag DAC A interrupt */
413 #define EN_PRBSI0 (1 << 0) /* enable PRBS real DAC A interrupt */
414 
415 /*
416  * REG_IRQ_ENABLE2
417  */
418 #define EN_PAERR0 (1 << 7) /* Link A PA Error */
419 #define EN_BIST_DONE0 (1 << 6) /* Link A BIST done */
420 #define EN_BLNKDONE0 (1 << 5) /* Link A Blanking done */
421 #define EN_REFNCOCLR0 (1 << 4) /* Link A Nco Clear Tripped */
422 #define EN_REFLOCK0 (1 << 3) /* Link A Alignment Locked */
423 #define EN_REFROTA0 (1 << 2) /* Link A Alignment Rotate */
424 #define EN_REFWLIM0 (1 << 1) /* Link A Over/Under Threshold */
425 #define EN_REFTRIP0 (1 << 0) /* Link A Alignment Trip */
426 
427 /*
428  * REG_IRQ_ENABLE3
429  */
430 #define EN_PAERR1 (1 << 7) /* Link B PA Error */
431 #define EN_BIST_DONE1 (1 << 6) /* Link B BIST done */
432 #define EN_BLNKDONE1 (1 << 5) /* Link B Blanking done */
433 #define EN_REFNCOCLR1 (1 << 4) /* Link B Nco Clear Tripped */
434 #define EN_REFLOCK1 (1 << 3) /* Link B Alignment Locked */
435 #define EN_REFROTA1 (1 << 2) /* Link B Alignment Rotate */
436 #define EN_REFWLIM1 (1 << 1) /* Link B Over/Under Threshold */
437 #define EN_REFTRIP1 (1 << 0) /* Link B Alignment Trip */
438 
439 /*
440  * REG_IRQ_STATUS0
441  */
442 #define IRQ_CALPASS (1 << 7) /* Calib PASS detection */
443 #define IRQ_CALFAIL (1 << 6) /* Calib FAIL detection */
444 #define IRQ_DACPLLLOST (1 << 5) /* DAC PLL Lost */
445 #define IRQ_DACPLLLOCK (1 << 4) /* DAC PLL Lock */
446 #define IRQ_SERPLLLOST (1 << 3) /* Serdes PLL Lost */
447 #define IRQ_SERPLLLOCK (1 << 2) /* Serdes PLL Lock */
448 #define IRQ_LANEFIFOERR (1 << 1) /* Lane Fifo Error */
449 #define IRQ_DRDLFIFOERR (1 << 0) /* DRDL Fifo Error */
450 
451 /*
452  * REG_IRQ_STATUS1
453  */
454 #define IRQ_PARMBAD (1 << 7) /* BAD Parameter interrupt */
455 #define IRQ_PRBSQ1 (1 << 3) /* PRBS data check error DAC 1 imag */
456 #define IRQ_PRBSI1 (1 << 2) /* PRBS data check error DAC 1 real */
457 #define IRQ_PRBSQ0 (1 << 1) /* PRBS data check error DAC 0 imag */
458 #define IRQ_PRBSI0 (1 << 0) /* PRBS data check error DAC 0 real */
459 
460 /*
461  * REG_IRQ_STATUS2
462  */
463 #define IRQ_PAERR0 (1 << 7) /* Link A PA Error */
464 #define IRQ_BIST_DONE0 (1 << 6) /* Link A BIST done */
465 #define IRQ_BLNKDONE0 (1 << 5) /* Link A Blanking Done */
466 #define IRQ_REFNCOCLR0 (1 << 4) /* Link A Alignment UnderRange */
467 #define IRQ_REFLOCK0 (1 << 3) /* Link A BIST done */
468 #define IRQ_REFROTA0 (1 << 2) /* Link A Alignment Trip */
469 #define IRQ_REFWLIM0 (1 << 1) /* Link A Alignment Lock */
470 #define IRQ_REFTRIP0 (1 << 0) /* Link A Alignment Rotate */
471 
472 /*
473  * REG_IRQ_STATUS3
474  */
475 #define IRQ_PAERR1 (1 << 7) /* Link B PA Error */
476 #define IRQ_BIST_DONE1 (1 << 6) /* Link B BIST done */
477 #define IRQ_BLNKDONE1 (1 << 5) /* Link A Blanking Done */
478 #define IRQ_REFNCOCLR1 (1 << 4) /* Link B Alignment UnderRange */
479 #define IRQ_REFLOCK1 (1 << 3) /* Link B BIST done */
480 #define IRQ_REFROTA1 (1 << 2) /* Link B Alignment Trip */
481 #define IRQ_REFWLIM1 (1 << 1) /* Link B Alignment Lock */
482 #define IRQ_REFTRIP1 (1 << 0) /* Link B Alignment Rotate */
483 
484 /*
485  * REG_JESD_CHECKS
486  */
487 #define ERR_DLYOVER (1 << 5) /* LMFC_Delay > JESD_K parameter */
488 #define ERR_WINLIMIT (1 << 4) /* Unsupported Window Limit */
489 #define ERR_JESDBAD (1 << 3) /* Unsupported M/L/S/F selection */
490 #define ERR_KUNSUPP (1 << 2) /* Unsupported K values */
491 #define ERR_SUBCLASS (1 << 1) /* Unsupported SubClassv value */
492 #define ERR_INTSUPP (1 << 0) /* Unsupported Interpolation rate factor */
493 
494 /*
495  * REG_SYNC_TESTCTRL
496  */
497 #define TARRFAPHAZ (1 << 0) /* Target Polarity of Rf Divider */
498 #define SYNCBYPASS(x) (((x) & 0x3) << 6) /* Sync Bypass handshaking */
499 
500 /*
501  * REG_SYNC_DACDELAY_H
502  */
503 #define DAC_DELAY_H (1 << 0) /* Dac Delay[8] */
504 
505 /*
506  * REG_SYNC_ERRWINDOW
507  */
508 #define ERRWINDOW(x) (((x) & 0x7) << 0) /* Sync Error Window */
509 
510 /*
511  * REG_SYNC_LASTERR_H
512  */
513 #define LASTUNDER (1 << 7) /* Sync Last Error Under Flag */
514 #define LASTOVER (1 << 6) /* Sync Last Error Over Flag */
515 #define LASTERROR_H (1 << 0) /* Sync Last Error[8] and Flags */
516 
517 /*
518  * REG_SYNC_CTRL
519  */
520 #define SYNCENABLE (1 << 7) /* SyncLogic Enable */
521 #define SYNCARM (1 << 6) /* Sync Arming Strobe */
522 #define SYNCCLRSTKY (1 << 5) /* Sync Sticky Bit Clear */
523 #define SYNCCLRLAST (1 << 4) /* Sync Clear LAST_ */
524 #define SYNCMODE(x) (((x) & 0xF) << 0) /* Sync Mode */
525 
526 /*
527  * REG_SYNC_STATUS
528  */
529 #define REFBUSY (1 << 7) /* Sync Machine Busy */
530 #define REFLOCK (1 << 3) /* Sync Alignment Locked */
531 #define REFROTA (1 << 2) /* Sync Rotated */
532 #define REFWLIM (1 << 1) /* Sync Alignment Limit Range */
533 #define REFTRIP (1 << 0) /* Sync Tripped after Arming */
534 
535 /*
536  * REG_SYNC_CURRERR_H
537  */
538 #define CURRUNDER (1 << 7) /* Sync Current Error Under Flag */
539 #define CURROVER (1 << 6) /* Sync Current Error Over Flag */
540 #define CURRERROR_H (1 << 0) /* SyncCurrent Error[8] */
541 
542 /*
543  * REG_ERROR_THERM
544  */
545 #define THRMOLD (1 << 7) /* Error is from a prior sample */
546 #define THRMOVER (1 << 4) /* Error > +WinLimit */
547 #define THRMPOS (1 << 3) /* Sync Current Error Under Flag */
548 #define THRMZERO (1 << 2) /* Error = 0 */
549 #define THRMNEG (1 << 1) /* Error < 0 */
550 #define THRMUNDER (1 << 0) /* Error < -WinLimit */
551 
552 /*
553  * REG_DACGAIN0_1
554  */
555 #define DACGAIN_IM0(x) (((x) & 0x3) << 0) /* I Channel DAC gain <9:8> Dual A */
556 
557 /*
558  * REG_DACGAIN1_1
559  */
560 #define DACGAIN_IM1(x) (((x) & 0x3) << 0) /* Q Channel DAC gain <9:8> Dual A */
561 
562 /*
563  * REG_DACGAIN2_1
564  */
565 #define DACGAIN_IM2(x) (((x) & 0x3) << 0) /* I Channel DAC gain <9:8> Dual B */
566 
567 /*
568  * REG_DACGAIN3_1
569  */
570 #define DACGAIN_IM3(x) (((x) & 0x3) << 0) /* Q Channel DAC gain <9:8> Dual B */
571 
572 /*
573  * REG_PD_DACLDO
574  */
575 #define ENB_DACLDO3 (1 << 7) /* Disable DAC3 ldo */
576 #define ENB_DACLDO2 (1 << 6) /* Disable DAC2 ldo */
577 #define ENB_DACLDO1 (1 << 5) /* Disable DAC1 ldo */
578 #define ENB_DACLDO0 (1 << 4) /* Disable DAC0 ldo */
579 
580 /*
581  * REG_STAT_DACLDO
582  */
583 #define STAT_LDO3 (1 << 3) /* DAC3 LDO status */
584 #define STAT_LDO2 (1 << 2) /* DAC2 LDO status */
585 #define STAT_LDO1 (1 << 1) /* DAC1 LDO status */
586 #define STAT_LDO0 (1 << 0) /* DAC0 LDO status */
587 
588 /*
589  * REG_DECODE_CTRL0
590  */
591 #define SHUFFLE_MSB0 (1 << 2) /* MSB shuffling mode */
592 #define SHUFFLE_ISB0 (1 << 1) /* ISB shuffling mode */
593 
594 /*
595  * REG_DECODE_CTRL1
596  */
597 #define SHUFFLE_MSB1 (1 << 2) /* MSB shuffling mode */
598 #define SHUFFLE_ISB1 (1 << 1) /* ISB shuffling mode */
599 
600 /*
601  * REG_DECODE_CTRL2
602  */
603 #define SHUFFLE_MSB2 (1 << 2) /* MSB shuffling mod */
604 #define SHUFFLE_ISB2 (1 << 1) /* ISB shuffling mode */
605 
606 /*
607  * REG_DECODE_CTRL3
608  */
609 #define SHUFFLE_MSB3 (1 << 2) /* MSB shuffling mode */
610 #define SHUFFLE_ISB3 (1 << 1) /* ISB shuffling mode */
611 
612 /*
613  * REG_NCO_CLRMODE
614  */
615 #define NCOCLRARM (1 << 7) /* Arm NCO Clear */
616 #define NCOCLRMTCH (1 << 5) /* NCO Clear Data Match */
617 #define NCOCLRPASS (1 << 4) /* NCO Clear PASSed */
618 #define NCOCLRFAIL (1 << 3) /* NCO Clear FAILed */
619 #define NCOCLRMODE(x) (((x) & 0x3) << 0) /* NCO Clear Mode */
620 
621 /*
622  * REG_PA_THRES1
623  */
624 #define PA_THRESH_MSB(x) (((x) & 0x1F) << 0) /* Average power threshold for comparison. */
625 
626 /*
627  * REG_PA_AVG_TIME
628  */
629 #define PA_ENABLE (1 << 7) /* 1 = Enable average power calculation and error detection */
630 #define PA_BUS_SWAP (1 << 6) /* Swap channelA or channelB databus for power calculation */
631 #define PA_AVG_TIME(x) (((x) & 0xF) << 0) /* Set power average time */
632 
633 /*
634  * REG_PA_POWER1
635  */
636 #define PA_POWER_MSB(x) (((x) & 0x1F) << 0) /* average power bus = I^2+Q^2 (I/Q use 6MSB of databus) */
637 
638 /*
639  * REG_CLKCFG0
640  */
641 #define PD_CLK01 (1 << 7) /* Powerdown clock for Dual A */
642 #define PD_CLK23 (1 << 6) /* Powerdown clock for Dual B */
643 #define PD_CLK_DIG (1 << 5) /* Powerdown clocks to all DACs */
644 #define PD_PCLK (1 << 4) /* Cal reference/Serdes PLL clock powerdown */
645 #define PD_CLK_REC (1 << 3) /* Clock reciever powerdown */
646 
647 /*
648  * REG_SYSREF_ACTRL0
649  */
650 #define PD_SYSREF (1 << 4) /* Powerdown SYSREF buffer */
651 #define HYS_ON (1 << 3) /* Hysteresis enabled */
652 #define SYSREF_RISE (1 << 2) /* Use SYSREF rising edge */
653 #define HYS_CNTRL1(x) (((x) & 0x3) << 0) /* Hysteresis control bits <9:8> */
654 
655 /*
656  * REG_DACPLLCNTRL
657  */
658 #define SYNTH_RECAL (1 << 7) /* Recalibrate VCO Band */
659 #define ENABLE_SYNTH (1 << 4) /* Synthesizer Enable */
660 
661 /*
662  * REG_DACPLLSTATUS
663  */
664 #define CP_CAL_VALID (1 << 5) /* Charge Pump Cal Valid */
665 #define RFPLL_LOCK (1 << 1) /* PLL Lock bit */
666 
667 /*
668  * REG_DACLOOPFILT1
669  */
670 #define LF_C2_WORD(x) (((x) & 0xF) << 4) /* C2 control word */
671 #define LF_C1_WORD(x) (((x) & 0xF) << 0) /* C1 control word */
672 
673 /*
674  * REG_DACLOOPFILT2
675  */
676 #define LF_R1_WORD(x) (((x) & 0xF) << 4) /* R1 control word */
677 #define LF_C3_WORD(x) (((x) & 0xF) << 0) /* C3 control word */
678 
679 /*
680  * REG_DACLOOPFILT3
681  */
682 #define LF_BYPASS_R3 (1 << 7) /* Bypass R3 res */
683 #define LF_BYPASS_R1 (1 << 6) /* Bypass R1 res */
684 #define LF_BYPASS_C2 (1 << 5) /* Bypass C2 cap */
685 #define LF_BYPASS_C1 (1 << 4) /* Bypass C1 cap */
686 #define LF_R3_WORD(x) (((x) & 0xF) << 0) /* R3 Control Word */
687 
688 /*
689  * REG_DACCPCNTRL
690  */
691 #define CP_CURRENT(x) (((x) & 0x3F) << 0) /* Charge Pump Current Control */
692 
693 /*
694  * REG_DACLOGENCNTRL
695  */
696 #define LO_DIV_MODE(x) (((x) & 0x3) << 0) /* Logen_Division */
697 
698 /*
699  * REG_DACLDOCNTRL1
700  */
701 #define REF_DIVRATE(x) (((x) & 0x7) << 0) /* Reference Clock Division Ratio */
702 
703 /*
704  * REG_CAL_DAC_ERR
705  */
706 #define INIT_SWEEP_ERR_DAC (1 << 1) /* Initial setup sweep failed */
707 #define MSB_SWEEP_ERR_DAC (1 << 0) /* MSB sweep failed */
708 
709 /*
710  * REG_CAL_MSB_THRES
711  */
712 #define CAL_MSB_TAC(x) (((x) & 0x7) << 0) /* MSB sweep TAC */
713 
714 /*
715  * REG_CAL_CTRL_GLOBAL
716  */
717 #define CAL_START_GL (1 << 1) /* Global Calibration start */
718 #define CAL_EN_GL (1 << 0) /* Global Calibration enable */
719 
720 /*
721  * REG_CAL_MSBHILVL
722  */
723 #define CAL_MSBLVLHI(x) (((x) & 0x3F) << 0) /* High level limit for msb sweep average */
724 
725 /*
726  * REG_CAL_MSBLOLVL
727  */
728 #define CAL_MSBLVLLO(x) (((x) & 0x3F) << 0) /* Low level limit for msb sweep average */
729 
730 /*
731  * REG_CAL_THRESH
732  */
733 #define CAL_LTAC_THRES(x) (((x) & 0x7) << 3) /* Long TAC threshold */
734 #define CAL_TAC_THRES(x) (((x) & 0x7) << 0) /* TAC threshold */
735 
736 /*
737  * REG_CAL_AVG_CNT
738  */
739 #define MSB_GLOBAL_SUBAVG(x) (((x) & 0x3) << 6) /* Local Averages for MSB in Global Calibration */
740 #define GLOBAL_AVG_CNT(x) (((x) & 0x7) << 3) /* Global avg Terminal count */
741 #define LOCAL_AVRG_CNT(x) (((x) & 0x7) << 0) /* Local avg terminal count */
742 
743 /*
744  * REG_CAL_CLKDIV
745  */
746 #define CAL_CLKDIV(x) (((x) & 0xF) << 0) /* Calibration clock divider */
747 
748 /*
749  * REG_CAL_INDX
750  */
751 #define CAL_INDX(x) (((x) & 0xF) << 0) /* DAC Calibration Index paging bits */
752 
753 /*
754  * REG_CAL_CTRL
755  */
756 #define CAL_FIN (1 << 7) /* Calibration finished */
757 #define CAL_ACTIVE (1 << 6) /* Calibration active */
758 #define CAL_ERRHI (1 << 5) /* SAR data error: too hi */
759 #define CAL_ERRLO (1 << 4) /* SAR data error: too lo */
760 #define CAL_TXDACBYDAC (1 << 3) /* Calibration of TXDAC by TXDAC */
761 #define CAL_START (1 << 1) /* Calibration start */
762 #define CAL_EN (1 << 0) /* Calibration enable */
763 
764 /*
765  * REG_CAL_ADDR
766  */
767 #define CAL_ADDR(x) (((x) & 0x3F) << 0) /* Calibration DAC address */
768 
769 /*
770  * REG_CAL_DATA
771  */
772 #define CAL_DATA(x) (((x) & 0x3F) << 0) /* Calibration DAC Coefficient Data */
773 
774 /*
775  * REG_CAL_UPDATE
776  */
777 #define CAL_UPDATE (1 << 7) /* Calibration DAC Coefficient Update */
778 
779 /*
780  * REG_DATA_FORMAT
781  */
782 #define BINARY_FORMAT (1 << 7) /* Binary or 2's complementary format on DATA bus */
783 
784 /*
785  * REG_DATAPATH_CTRL
786  */
787 #define INVSINC_ENABLE (1 << 7) /* 1 = Enable inver sinc filter */
788 #define DIG_GAIN_ENABLE (1 << 5) /* 1 = Enable digital gain */
789 #define PHASE_ADJ_ENABLE (1 << 4) /* 1 = Enable phase compensation */
790 #define SEL_SIDEBAND (1 << 1) /* 1 = Select upper or lower sideband from modulation result */
791 #define I_TO_Q (1 << 0) /* 1 = send I datapath into Q DAC */
792 #define MODULATION_TYPE(x) (((x) & 0x3) << 2) /* selects type of modulation operation */
793 #define MODULATION_TYPE_MASK (0x03 << 2)
794 
795 /*
796  * REG_INTERP_MODE
797  */
798 #define INTERP_MODE(x) (((x) & 0x7) << 0) /* Interpolation Mode */
799 
800 /*
801  * REG_NCO_FTW_UPDATE
802  */
803 #define FTW_UPDATE_ACK (1 << 1) /* Frequency Tuning Word Update Acknowledge */
804 #define FTW_UPDATE_REQ (1 << 0) /* Frequency Tuning Word Update Request from SPI */
805 
806 /*
807  * REG_TXEN_FUNC
808  */
809 #define TX_DIG_CLK_PD (1 << 0) /* 1 = Digital clocks will be shut down when Tx_enable pin is low. */
810 
811 /*
812  * REG_TXEN_SM_0
813  */
814 #define GP_PA_ON_INVERT (1 << 2) /* External Modulator polarity invert */
815 #define GP_PA_CTRL (1 << 1) /* External PA control */
816 #define TXEN_SM_EN (1 << 0) /* Enable TXEN state machine */
817 #define PA_FALL(x) (((x) & 0x3) << 6) /* PA fall control */
818 #define PA_RISE(x) (((x) & 0x3) << 4) /* PA rises control */
819 
820 /*
821  * REG_TXEN_SM_1
822  */
823 #define DIG_FALL(x) (((x) & 0x3) << 6) /* DIG_FALL */
824 #define DIG_RISE(x) (((x) & 0x3) << 4) /* DIG_RISE */
825 #define DAC_FALL(x) (((x) & 0x3) << 2) /* DAC_FALL */
826 #define DAC_RISE(x) (((x) & 0x3) << 0) /* DAC_RISE */
827 
828 /*
829  * REG_DACOUT_ON_DOWN
830  */
831 #define DACOUT_SHUTDOWN (1 << 1) /* Shut down DAC output. 1 means DAC get shut down manually. */
832 #define DACOUT_ON_TRIGGER (1 << 0) /* Turn on DAC output manually. Self clear signal. */
833 
834 /*
835  * REG_DACOFF
836  */
837 #define PROTECT_MODE (1 << 7) /* PROTECT_MODE */
838 #define DACOFF_AVG_PW (1 << 0) /* DACOFF_AVG_PW */
839 
840 /*
841  * REG_DIE_TEMP_CTRL0
842  */
843 #define ADC_TESTMODE (1 << 7) /* ADC_TESTMODE */
844 #define AUXADC_ENABLE (1 << 0) /* AUXADC_ENABLE */
845 #define FS_CURRENT(x) (((x) & 0x7) << 4) /* FS_CURRENT */
846 #define REF_CURRENT(x) (((x) & 0x7) << 1) /* REF_CURRENT */
847 
848 /*
849  * REG_DIE_TEMP_CTRL1
850  */
851 #define SELECT_CLKDIG (1 << 3) /* SELECT_CLKDIG */
852 #define EN_DIV2 (1 << 2) /* EN_DIV2 */
853 #define INCAP_CTRL(x) (((x) & 0x3) << 0) /* INCAP_CTRL */
854 
855 /*
856  * REG_DIE_TEMP_UPDATE
857  */
858 #define DIE_TEMP_UPDATE (1 << 0) /* Die temperature update */
859 
860 /*
861  * REG_DC_OFFSET_CTRL
862  */
863 #define DISABLE_NOISE (1 << 1) /* DISABLE_NOISE */
864 #define DC_OFFSET_ON (1 << 0) /* DC_OFFSET_ON */
865 
866 /*
867  * REG_IPATH_DC_OFFSET_2PART
868  */
869 #define IPATH_DC_OFFSET_2PART(x) (((x) & 0x1F) << 0) /* second part of DC Offset value for I path */
870 
871 /*
872  * REG_QPATH_DC_OFFSET_2PART
873  */
874 #define QPATH_DC_OFFSET_2PART(x) (((x) & 0x1F) << 0) /* second part of DC Offset value for Q path */
875 
876 /*
877  * REG_IDAC_DIG_GAIN1
878  */
879 #define IDAC_DIG_GAIN1(x) (((x) & 0xF) << 0) /* MSB of I DAC digital gain */
880 
881 /*
882  * REG_QDAC_DIG_GAIN1
883  */
884 #define QDAC_DIG_GAIN1(x) (((x) & 0xF) << 0) /* MSB of Q DAC digital gain */
885 
886 /*
887  * REG_GAIN_RAMP_UP_STP1
888  */
889 #define GAIN_RAMP_UP_STP1(x) (((x) & 0xF) << 0) /* MSB of digital gain rises */
890 
891 /*
892  * REG_GAIN_RAMP_DOWN_STP1
893  */
894 #define GAIN_RAMP_DOWN_STP1(x) (((x) & 0xF) << 0) /* MSB of digital gain drops */
895 
896 /*
897  * REG_BLSM_CTRL
898  */
899 #define RESET_BLSM (1 << 7) /* Soft rest to the new Blanking SM */
900 #define EN_FORCE_GAIN_SOFT_OFF (1 << 4) /* Enable forcing gan_soft_off from SPI */
901 #define GAIN_SOFT_OFF (1 << 3) /* gain_soft_off forced value */
902 #define GAIN_SOFT_ON (1 << 2) /* gain_soft_on forced value */
903 #define EN_FORCE_GAIN_SOFT_ON (1 << 1) /* Force the gain_soft_on from SPI */
904 
905 /*
906  * REG_BLSM_STAT
907  */
908 #define SOFT_OFF_DONE (1 << 5) /* Blanking SoftOff Enable */
909 #define SOFT_ON_DONE (1 << 4) /* Blanking SoftOn Done */
910 #define GAIN_SOFT_OFF_RB (1 << 3) /* gain soft off readback */
911 #define GAIN_SOFT_ON_RB (1 << 2) /* gain soft on readback */
912 #define SOFT_OFF_EN_RB (1 << 1) /* Blanking SM soft Off read back */
913 #define SOFT_ON_EN_RB (1 << 0) /* Blanking SM soft On read back */
914 #define SOFTBLANKRB(x) (((x) & 0x3) << 6) /* Blanking State */
915 
916 /*
917  * REG_PRBS
918  */
919 #define PRBS_GOOD_Q (1 << 7) /* Good data indicator imaginary channel */
920 #define PRBS_GOOD_I (1 << 6) /* Good data indicator real channel */
921 #define PRBS_INV_Q (1 << 4) /* Data Inversion imaginary channel */
922 #define PRBS_INV_I (1 << 3) /* Data Inversion real channel */
923 #define PRBS_MODE (1 << 2) /* Polynomial Select */
924 #define PRBS_RESET (1 << 1) /* Reset Error Counters */
925 #define PRBS_EN (1 << 0) /* Enable PRBS Checker */
926 
927 /*
928  * REG_DACPLLT5
929  */
930 #define VCO_VAR(x) (((x) & 0xF) << 0) /* Varactor KVO setting */
931 
932 /*
933  * REG_DACPLLTB
934  */
935 #define VCO_BIAS_REF(x) (((x) & 0x7) << 0) /* VCO Bias control */
936 
937 /*
938  * REG_DACPLLTD
939  */
940 #define VCO_CAL_REF_MON (1 << 3) /* Sent control voltage to outside world */
941 #define VCO_CAL_REF_TCF(x) (((x) & 0x7) << 0) /* TempCo for cal ref */
942 
943 /*
944  * REG_DACPLLT17
945  */
946 #define VCO_VAR_REF_TCF(x) (((x) & 0x7) << 4) /* Varactor Reference TempCo */
947 #define VCO_VAR_OFF(x) (((x) & 0xF) << 0) /* Varactor Offset */
948 
949 /*
950  * REG_SPISTRENGTH
951  */
952 #define SPIDRV(x) (((x) & 0xF) << 0) /* Slew and drive strength for cmos interface */
953 
954 /*
955  * REG_CLK_TEST
956  */
957 #define DUTYCYCLEON (1 << 0) /* Clock Duty Cycle Control On */
958 
959 /*
960  * REG_ATEST_VOLTS
961  */
962 #define ATEST_EN (1 << 0) /* Enable Analog Test Mode */
963 #define ATEST_TOPVSEL(x) (((x) & 0x3) << 5) /* Which source at analog top to use */
964 #define ATEST_DACSEL(x) (((x) & 0x3) << 3) /* DAC from which to get voltage */
965 #define ATEST_VSEL(x) (((x) & 0x3) << 1) /* DAC Voltage to Select */
966 
967 /*
968  * REG_ASPI_CLKSRC
969  */
970 #define EN_CLKDIV (1 << 3) /* Enable the fdac/8 clock path to generate PD timing clock */
971 #define ASPI_OSC_RATE (1 << 2) /* Aspi Oscillator Rate */
972 #define ASPI_CLK_SRC (1 << 1) /* Choose Aspi Clock Source */
973 #define EN_ASPI_OSC (1 << 0) /* Enable Aspi Oscillator clock */
974 
975 /*
976  * REG_MASTER_PD
977  */
978 #define SPI_PD_MASTER (1 << 0)
979 
980 /*
981  * REG_GENERIC_PD
982  */
983 #define SPI_SYNC1_PD (1 << 1)
984 #define SPI_SYNC2_PD (1 << 0)
985 
986 /*
987  * REG_CDR_OPERATING_MODE_REG_0
988  */
989 #define SPI_ENHALFRATE (1 << 5)
990 #define SPI_DIVISION_RATE(x) (((x) & 0x3) << 1)
991 
992 /*
993  * REG_EQ_CONFIG_PHY_0_1
994  */
995 #define SPI_EQ_CONFIG1(x) (((x) & 0xF) << 4)
996 #define SPI_EQ_CONFIG0(x) (((x) & 0xF) << 0)
997 
998 /*
999  * REG_EQ_CONFIG_PHY_2_3
1000  */
1001 #define SPI_EQ_CONFIG3(x) (((x) & 0xF) << 4)
1002 #define SPI_EQ_CONFIG2(x) (((x) & 0xF) << 0)
1003 
1004 /*
1005  * REG_EQ_CONFIG_PHY_4_5
1006  */
1007 #define SPI_EQ_CONFIG5(x) (((x) & 0xF) << 4)
1008 #define SPI_EQ_CONFIG4(x) (((x) & 0xF) << 0)
1009 
1010 /*
1011  * REG_EQ_CONFIG_PHY_6_7
1012  */
1013 #define SPI_EQ_CONFIG7(x) (((x) & 0xF) << 4)
1014 #define SPI_EQ_CONFIG6(x) (((x) & 0xF) << 0)
1015 
1016 /*
1017  * REG_EQ_BIAS_REG
1018  */
1019 #define SPI_EQ_EXTRA_SPI_LSBITS(x) (((x) & 0x3) << 6)
1020 #define SPI_EQ_BIASPTAT(x) (((x) & 0x7) << 3)
1021 #define SPI_EQ_BIASPLY(x) (((x) & 0x7) << 0)
1022 
1023 /*
1024  * REG_SYNTH_ENABLE_CNTRL
1025  */
1026 #define SPI_RECAL_SYNTH (1 << 2)
1027 #define SPI_ENABLE_SYNTH (1 << 0)
1028 
1029 /*
1030  * REG_PLL_STATUS
1031  */
1032 #define SPI_CP_CAL_VALID_RB (1 << 3)
1033 #define SPI_PLL_LOCK_RB (1 << 0)
1034 
1035 /*
1036  * REG_REF_CLK_DIVIDER_LDO
1037  */
1038 #define SPI_CDR_OVERSAMP(x) (((x) & 0x3) << 0)
1039 
1040 /*
1041  * REG_TERM_BLK1_CTRLREG0
1042  */
1043 #define SPI_I_TUNE_R_CAL_TERMBLK1 (1 << 0)
1044 
1045 /*
1046  * REG_TERM_BLK2_CTRLREG0
1047  */
1048 #define SPI_I_TUNE_R_CAL_TERMBLK2 (1 << 0)
1049 
1050 /*
1051  * REG_GENERAL_JRX_CTRL_0
1052  */
1053 #define CHECKSUM_MODE (1 << 6) /* Checksum mode */
1054 #define LINK_MODE (1 << 3) /* Link mode */
1055 #define SEL_REG_MAP_1 (1 << 2) /* Link register map selection */
1056 #define LINK_EN(x) (((x) & 0x3) << 0) /* Link enable */
1057 
1058 /*
1059  * REG_GENERAL_JRX_CTRL_1
1060  */
1061 #define SUBCLASSV_LOCAL(x) (((x) & 0x7) << 0) /* JESD204B subclass */
1062 
1063 /*
1064  * REG_DYN_LINK_LATENCY_0
1065  */
1066 #define DYN_LINK_LATENCY_0(x) (((x) & 0x1F) << 0) /* Dynamic link latency: Link 0 */
1067 
1068 /*
1069  * REG_DYN_LINK_LATENCY_1
1070  */
1071 #define DYN_LINK_LATENCY_1(x) (((x) & 0x1F) << 0) /* Dynamic link latency: Link 1 */
1072 
1073 /*
1074  * REG_LMFC_DELAY_0
1075  */
1076 #define LMFC_DELAY_0(x) (((x) & 0x1F) << 0) /* LMFC delay: Link 0 */
1077 
1078 /*
1079  * REG_LMFC_DELAY_1
1080  */
1081 #define LMFC_DELAY_1(x) (((x) & 0x1F) << 0) /* LMFC delay: Link 1 */
1082 
1083 /*
1084  * REG_LMFC_VAR_0
1085  */
1086 #define LMFC_VAR_0(x) (((x) & 0x1F) << 0) /* Location in RX LMFC where JESD words are read out from buffer */
1087 
1088 /*
1089  * REG_LMFC_VAR_1
1090  */
1091 #define LMFC_VAR_1(x) (((x) & 0x1F) << 0) /* Location in RX LMFC where JESD words are read out from buffer */
1092 
1093 /*
1094  * REG_XBAR_LN_0_1
1095  */
1096 #define SRC_LANE1(x) (((x) & 0x7) << 3) /* Logic Lane 1 source */
1097 #define SRC_LANE0(x) (((x) & 0x7) << 0) /* Logic Lane 0 source */
1098 
1099 /*
1100  * REG_XBAR_LN_2_3
1101  */
1102 #define SRC_LANE3(x) (((x) & 0x7) << 3) /* Logic Lane 3 source */
1103 #define SRC_LANE2(x) (((x) & 0x7) << 0) /* Logic Lane 2 source */
1104 
1105 /*
1106  * REG_XBAR_LN_4_5
1107  */
1108 #define SRC_LANE5(x) (((x) & 0x7) << 3) /* Logic Lane 5 source */
1109 #define SRC_LANE4(x) (((x) & 0x7) << 0) /* Logic Lane 4 source */
1110 
1111 /*
1112  * REG_XBAR_LN_6_7
1113  */
1114 #define SRC_LANE7(x) (((x) & 0x7) << 3) /* Logic Lane 7 source */
1115 #define SRC_LANE6(x) (((x) & 0x7) << 0) /* Logic Lane 6 source */
1116 
1117 /*
1118  * REG_FIFO_STATUS_REG_2
1119  */
1120 #define DRDL_FIFO_EMPTY (1 << 1) /* Deterministic latency (DRDL) FIFO is between JESD204B receiver and DAC2 and DAC3 */
1121 #define DRDL_FIFO_FULL (1 << 0) /* DRDL FIFO is between JESD204B receiver and DAC2 and DAC3 */
1122 
1123 /*
1124  * REG_SYNCB_GEN_0
1125  */
1126 #define EOMF_MASK_1 (1 << 3) /* EOMF_MASK_1 */
1127 #define EOMF_MASK_0 (1 << 2) /* EOMF_MASK_0 */
1128 #define EOF_MASK_1 (1 << 1) /* Mask EOF from QBD_1 */
1129 #define EOF_MASK_0 (1 << 0) /* Mask EOF from QBD_0 */
1130 
1131 /*
1132  * REG_SYNCB_GEN_1
1133  */
1134 #define SYNCB_ERR_DUR(x) (((x) & 0xF) << 4) /* Duration of SYNCOUT low for the purpose of error reporting */
1135 #define SYNCB_SYNCREQ_DUR(x) (((x) & 0xF) << 0) /* Duration of SYNCOUT low for purpose of synchronization request */
1136 
1137 /*
1138  * REG_PHY_PRBS_TEST_CTRL
1139  */
1140 #define PHY_TEST_START (1 << 1) /* PHY PRBS test start */
1141 #define PHY_TEST_RESET (1 << 0) /* PHY PRBS test reset */
1142 #define PHY_SRC_ERR_CNT(x) (((x) & 0x7) << 4) /* PHY error count source */
1143 #define PHY_PRBS_PAT_SEL(x) (((x) & 0x3) << 2) /* PHY PRBS pattern select */
1144 
1145 /*
1146  * REG_SHORT_TPL_TEST_0
1147  */
1148 #define SHORT_TPL_TEST_RESET (1 << 1) /* Short transport layer test reset */
1149 #define SHORT_TPL_TEST_EN (1 << 0) /* Short transport layer test enable */
1150 #define SHORT_TPL_SP_SEL(x) (((x) & 0x3) << 4) /* Short transport layer sample select */
1151 #define SHORT_TPL_M_SEL(x) (((x) & 0x3) << 2) /* Short transport layer test DAC select */
1152 
1153 /*
1154  * REG_SHORT_TPL_TEST_3
1155  */
1156 #define SHORT_TPL_FAIL (1 << 0) /* Short transport layer test fail */
1157 
1158 /*
1159  * REG_BID_REG
1160  */
1161 #define ADJCNT_RD(x) (((x) & 0xF) << 4)
1162 #define BID_RD(x) (((x) & 0xF) << 0)
1163 
1164 /*
1165  * REG_LID0_REG
1166  */
1167 #define ADJDIR_RD (1 << 6)
1168 #define PHADJ_RD (1 << 5)
1169 #define LID0_RD(x) (((x) & 0x1F) << 0)
1170 
1171 /*
1172  * REG_SCR_L_REG
1173  */
1174 #define SCR_RD (1 << 7)
1175 #define L_RD(x) (((x) & 0x1F) << 0)
1176 
1177 /*
1178  * REG_K_REG
1179  */
1180 #define K_RD(x) (((x) & 0x1F) << 0)
1181 
1182 /*
1183  * REG_CS_N_REG
1184  */
1185 #define CS_RD(x) (((x) & 0x3) << 6)
1186 #define N_RD(x) (((x) & 0x1F) << 0)
1187 
1188 /*
1189  * REG_NP_REG
1190  */
1191 #define SUBCLASSV_RD(x) (((x) & 0x7) << 5)
1192 #define NP_RD(x) (((x) & 0x1F) << 0)
1193 
1194 /*
1195  * REG_S_REG
1196  */
1197 #define JESDV_RD(x) (((x) & 0x7) << 5)
1198 #define S_RD(x) (((x) & 0x1F) << 0)
1199 
1200 /*
1201  * REG_HD_CF_REG
1202  */
1203 #define HD_RD (1 << 7)
1204 #define CF_RD(x) (((x) & 0x1F) << 0)
1205 
1206 /*
1207  * REG_LID1_REG
1208  */
1209 #define LID1_RD(x) (((x) & 0x1F) << 0)
1210 
1211 /*
1212  * REG_LID2_REG
1213  */
1214 #define LID2_RD(x) (((x) & 0x1F) << 0)
1215 
1216 /*
1217  * REG_LID3_REG
1218  */
1219 #define LID3_RD(x) (((x) & 0x1F) << 0)
1220 
1221 /*
1222  * REG_LID4_REG
1223  */
1224 #define LID4_RD(x) (((x) & 0x1F) << 0)
1225 
1226 /*
1227  * REG_LID5_REG
1228  */
1229 #define LID5_RD(x) (((x) & 0x1F) << 0)
1230 
1231 /*
1232  * REG_LID6_REG
1233  */
1234 #define LID6_RD(x) (((x) & 0x1F) << 0)
1235 
1236 /*
1237  * REG_LID7_REG
1238  */
1239 #define LID7_RD(x) (((x) & 0x1F) << 0)
1240 
1241 /*
1242  * REG_ILS_BID
1243  */
1244 #define ADJCNT(x) (((x) & 0xF) << 4)
1245 #define BID(x) (((x) & 0xF) << 0)
1246 
1247 /*
1248  * REG_ILS_LID0
1249  */
1250 #define ADJDIR (1 << 6)
1251 #define PHADJ (1 << 5)
1252 #define LID0(x) (((x) & 0x1F) << 0)
1253 
1254 /*
1255  * REG_ILS_SCR_L
1256  */
1257 #define SCR (1 << 7)
1258 #define L(x) (((x) & 0x1F) << 0)
1259 
1260 /*
1261  * REG_ILS_K
1262  */
1263 #define K(x) (((x) & 0x1F) << 0)
1264 
1265 /*
1266  * REG_ILS_CS_N
1267  */
1268 #define CS(x) (((x) & 0x3) << 6)
1269 #define N(x) (((x) & 0x1F) << 0)
1270 
1271 /*
1272  * REG_ILS_NP
1273  */
1274 #define SUBCLASSV(x) (((x) & 0x7) << 5)
1275 #define NP(x) (((x) & 0x1F) << 0)
1276 
1277 /*
1278  * REG_ILS_S
1279  */
1280 #define JESDV(x) (((x) & 0x7) << 5)
1281 #define S(x) (((x) & 0x1F) << 0)
1282 
1283 /*
1284  * REG_ILS_HD_CF
1285  */
1286 #define HD (1 << 7)
1287 #define CF(x) (((x) & 0x1F) << 0)
1288 
1289 /*
1290  * REG_ERRCNTRMON
1291  */
1292 #define LANESEL(x) (((x) & 0x7) << 4)
1293 #define CNTRSEL(x) (((x) & 0x3) << 0)
1294 
1295 /*
1296  * REG_BADDISPARITY
1297  */
1298 #define RST_IRQ_DIS (1 << 7)
1299 #define DIS_ERR_CNTR_DIS (1 << 6)
1300 #define RST_ERR_CNTR_DIS (1 << 5)
1301 #define LANE_ADDR_DIS(x) (((x) & 0x7) << 0)
1302 
1303 /*
1304  * REG_NITDISPARITY
1305  */
1306 #define RST_IRQ_NIT (1 << 7)
1307 #define DIS_ERR_CNTR_NIT (1 << 6)
1308 #define RST_ERR_CNTR_NIT (1 << 5)
1309 #define LANE_ADDR_NIT(x) (((x) & 0x7) << 0)
1310 
1311 /*
1312  * REG_UNEXPECTEDKCHAR
1313  */
1314 #define RST_IRQ_K (1 << 7)
1315 #define DIS_ERR_CNTR_K (1 << 6)
1316 #define RST_ERR_CNTR_K (1 << 5)
1317 #define LANE_ADDR_K(x) (((x) & 0x7) << 0)
1318 
1319 /*
1320  * REG_CTRLREG2
1321  */
1322 #define ILAS_MODE (1 << 7)
1323 #define REPDATATEST (1 << 5)
1324 #define QUETESTERR (1 << 4)
1325 #define AUTO_ECNTR_RST (1 << 3)
1326 
1327 /*
1328  * REG_IRQVECTOR
1329  */
1330 #define BADDIS_FLAG_OR_MASK (1 << 7)
1331 #define NITD_FLAG_OR_MASK (1 << 6)
1332 #define UEKC_FLAG_OR_MASK (1 << 5)
1333 #define INITIALLANESYNC_FLAG_OR_MASK (1 << 3)
1334 #define BADCHECKSUM_FLAG_OR_MASK (1 << 2)
1335 #define CODEGRPSYNC_FLAG_OR_MASK (1 << 0)
1336 
1337 /*
1338  * REG_SYNCASSERTIONMASK
1339  */
1340 #define BAD_DIS_S (1 << 7)
1341 #define NIT_DIS_S (1 << 6)
1342 #define UNEX_K_S (1 << 5)
1343 #define CMM_FLAG_OR_MASK (1 << 4)
1344 #define CMM_ENABLE (1 << 3)
1345 
1346 
1347 #define AD9144_MAX_DAC_RATE 2000000000UL
1348 #define AD9144_CHIP_ID 0x44
1349 #define AD9144_PRBS7 0x0
1350 #define AD9144_PRBS15 0x1
1351 
1352 /******************************************************************************/
1353 /*************************** Types Declarations *******************************/
1354 /******************************************************************************/
1355 struct ad9144_dev {
1356  /* SPI */
1358 
1359  struct jesd204_dev *jdev;
1361 
1364  uint8_t num_lanes;
1365 
1366  unsigned int interpolation;
1367  unsigned int fcenter_shift;
1368 
1369  uint8_t lane_mux[8];
1370 
1371  /* Whether to enable the internal DAC PLL (0=disable, 1=enable) */
1372  uint8_t pll_enable;
1373  /* When using the DAC PLL this specifies the external reference clock frequency in kHz. */
1375  /* When using the DAC PLL this specifies the target PLL output frequency in kHz. */
1377 };
1378 
1380  /* SPI */
1382  /* Device Settings */
1383  uint8_t spi3wire; // set device spi intereface 3/4 wires
1385  uint8_t num_lanes;
1386  uint8_t interpolation; // interpolation factor
1387  unsigned int fcenter_shift;
1388  uint32_t stpl_samples[4][4];
1389  uint32_t lane_rate_kbps;
1390  uint32_t prbs_type;
1391 
1392  uint8_t jesd204_mode;
1395  uint8_t lane_mux[8];
1396 
1397  /* Whether to enable the internal DAC PLL (0=disable, 1=enable) */
1398  uint8_t pll_enable;
1399  /* When using the DAC PLL this specifies the external reference clock frequency in kHz. */
1401  /* When using the DAC PLL this specifies the target PLL output frequency in kHz. */
1403 };
1404 
1405 /******************************************************************************/
1406 /************************ Functions Declarations ******************************/
1407 /******************************************************************************/
1408 int32_t ad9144_setup_legacy(struct ad9144_dev **device,
1409  const struct ad9144_init_param *init_param);
1410 
1411 /* Initialize ad9144_dev, JESD FSM ON*/
1412 int32_t ad9144_setup_jesd_fsm(struct ad9144_dev **device,
1413  const struct ad9144_init_param *init_param);
1414 
1415 int32_t ad9144_remove(struct ad9144_dev *dev);
1416 
1417 int32_t ad9144_spi_read(struct ad9144_dev *dev,
1418  uint16_t reg_addr,
1419  uint8_t *reg_data);
1420 
1421 int32_t ad9144_spi_write(struct ad9144_dev *dev,
1422  uint16_t reg_addr,
1423  uint8_t reg_data);
1424 
1425 int32_t ad9144_spi_check_status(struct ad9144_dev *dev,
1426  uint16_t reg_addr,
1427  uint8_t reg_mask,
1428  uint8_t exp_reg_data);
1429 
1430 int32_t ad9144_status(struct ad9144_dev *dev);
1431 
1432 int32_t ad9144_short_pattern_test(struct ad9144_dev *dev,
1433  const struct ad9144_init_param *init_param);
1434 
1435 int32_t ad9144_datapath_prbs_test(struct ad9144_dev *dev,
1436  const struct ad9144_init_param *init_param);
1437 
1438 int32_t ad9144_dac_calibrate(struct ad9144_dev *dev);
1439 
1440 int32_t ad9144_set_nco(struct ad9144_dev *dev, int32_t f_carrier_khz,
1441  int16_t phase);
1442 
1443 #endif
ad9144_init_param::pll_dac_frequency_khz
uint32_t pll_dac_frequency_khz
Definition: ad9144.h:1402
REG_CDR_RESET
#define REG_CDR_RESET
Definition: ad9144.h:199
ad9144_setup_jesd_fsm
int32_t ad9144_setup_jesd_fsm(struct ad9144_dev **device, const struct ad9144_init_param *init_param)
Definition: ad9144.c:1127
timeout
uint32_t timeout
Definition: ad413x.c:49
no_os_alloc.h
ad9144_short_pattern_test
int32_t ad9144_short_pattern_test(struct ad9144_dev *dev, const struct ad9144_init_param *init_param)
ad9144_short_pattern_test
Definition: ad9144.c:1282
FTW_UPDATE_REQ
#define FTW_UPDATE_REQ
Definition: ad9144.h:804
REG_ILS_SCR_L
#define REG_ILS_SCR_L
Definition: ad9144.h:292
SRC_LANE3
#define SRC_LANE3(x)
Definition: ad9144.h:1102
REG_SHORT_TPL_TEST_1
#define REG_SHORT_TPL_TEST_1
Definition: ad9144.h:248
REG_DACINTEGERWORD0
#define REG_DACINTEGERWORD0
Definition: ad9144.h:113
REG_CAL_CTRL
#define REG_CAL_CTRL
Definition: ad9144.h:129
ad9144_dev::interpolation
unsigned int interpolation
Definition: ad9144.h:1366
ad9144_datapath_prbs_test
int32_t ad9144_datapath_prbs_test(struct ad9144_dev *dev, const struct ad9144_init_param *init_param)
ad9144_datapath_prbs_test
Definition: ad9144.c:1320
NO_OS_GENMASK
#define NO_OS_GENMASK(h, l)
Definition: no_os_util.h:82
REG_MASTER_PD
#define REG_MASTER_PD
Definition: ad9144.h:196
jesd204_dev_data::state_ops
struct jesd204_state_op state_ops[__JESD204_MAX_OPS]
Definition: jesd204.h:232
ad9144_reg_seq::reg
uint16_t reg
Definition: ad9144.c:149
no_os_spi_write_and_read
int32_t no_os_spi_write_and_read(struct no_os_spi_desc *desc, uint8_t *data, uint16_t bytes_number)
Write and read data to/from SPI.
Definition: no_os_spi.c:159
JESD204_STATE_OP_REASON_INIT
@ JESD204_STATE_OP_REASON_INIT
Definition: jesd204.h:148
REG_PRBS_ERROR_I
#define REG_PRBS_ERROR_I
Definition: ad9144.h:183
REG_LMFC_VAR_0
#define REG_LMFC_VAR_0
Definition: ad9144.h:228
ad9144_dev::pll_ref_frequency_khz
uint32_t pll_ref_frequency_khz
Definition: ad9144.h:1374
ad9144_init_param::num_converters
uint8_t num_converters
Definition: ad9144.h:1384
ad9144_setup_legacy
int32_t ad9144_setup_legacy(struct ad9144_dev **device, const struct ad9144_init_param *init_param)
Definition: ad9144.c:970
REG_DACPLLSTATUS
#define REG_DACPLLSTATUS
Definition: ad9144.h:112
REG_GOODCHKSUMFLG
#define REG_GOODCHKSUMFLG
Definition: ad9144.h:310
SOFTRESET_M
#define SOFTRESET_M
Definition: ad9144.h:323
REG_LMFC_DELAY_1
#define REG_LMFC_DELAY_1
Definition: ad9144.h:227
no_os_spi.h
Header file of SPI Interface.
ad9144_dev::sample_rate_khz
uint32_t sample_rate_khz
Definition: ad9144.h:1362
ad9144_dac_calibrate
int32_t ad9144_dac_calibrate(struct ad9144_dev *dev)
Definition: ad9144.c:1191
no_os_mul_u64_u32_shr
uint64_t no_os_mul_u64_u32_shr(uint64_t a, uint32_t mul, unsigned int shift)
REG_DACLDOCNTRL1
#define REG_DACLDOCNTRL1
Definition: ad9144.h:119
REG_SYSREF_ACTRL0
#define REG_SYSREF_ACTRL0
Definition: ad9144.h:109
AD9144_MOD_TYPE_MASK
#define AD9144_MOD_TYPE_MASK
Definition: ad9144.c:76
jesd204_copy_link_params
void jesd204_copy_link_params(struct jesd204_link *dst, const struct jesd204_link *src)
SYNCARM
#define SYNCARM
Definition: ad9144.h:521
pr_err
#define pr_err(fmt, args...)
Definition: no_os_print_log.h:88
ad9144_spi_write_seq
int32_t ad9144_spi_write_seq(struct ad9144_dev *dev, const struct ad9144_reg_seq *seq, uint32_t num)
Definition: ad9144.c:153
ad9144_dev::link_config
struct jesd204_link link_config
Definition: ad9144.h:1360
REG_SHORT_TPL_TEST_2
#define REG_SHORT_TPL_TEST_2
Definition: ad9144.h:249
ad9144_status
int32_t ad9144_status(struct ad9144_dev *dev)
ad9144_status - return the status of the JESD interface
Definition: ad9144.c:1243
ad9144_init_param::lane_mux
uint8_t lane_mux[8]
Definition: ad9144.h:1395
no_os_delay.h
Header file of Delay functions.
JESD204_ENCODER_8B10B
@ JESD204_ENCODER_8B10B
Definition: jesd204.h:30
jesd204_sysref::mode
enum jesd204_sysref_mode mode
Definition: jesd204.h:61
jesd204_state_op_reason
jesd204_state_op_reason
Definition: jesd204.h:147
pr_info
#define pr_info(fmt, args...)
Definition: no_os_print_log.h:115
ad9144_init_param::prbs_type
uint32_t prbs_type
Definition: ad9144.h:1390
ad9144_set_nco
int32_t ad9144_set_nco(struct ad9144_dev *dev, int32_t f_carrier_khz, int16_t phase)
Definition: ad9144.c:375
ad9144_dev::fcenter_shift
unsigned int fcenter_shift
Definition: ad9144.h:1367
REG_ILS_BID
#define REG_ILS_BID
Definition: ad9144.h:290
REG_ILS_DID
#define REG_ILS_DID
Definition: ad9144.h:289
ad9144_datapath_prbs_test
int32_t ad9144_datapath_prbs_test(struct ad9144_dev *dev, const struct ad9144_init_param *init_param)
ad9144_datapath_prbs_test
Definition: ad9144.c:1320
ad9144_dev::pll_enable
uint8_t pll_enable
Definition: ad9144.h:1372
ad9144_init_param::jesd204_subclass
uint8_t jesd204_subclass
Definition: ad9144.h:1393
device
Definition: ad9361_util.h:69
no_os_print_log.h
Print messages helpers.
SRC_LANE0
#define SRC_LANE0(x)
Definition: ad9144.h:1097
REG_DEV_CONFIG_9
#define REG_DEV_CONFIG_9
Definition: ad9144.h:216
REG_FRAMESYNCFLG
#define REG_FRAMESYNCFLG
Definition: ad9144.h:309
ad9144_jesd204_priv
Definition: ad9144.c:68
ad9144_set_nco
int32_t ad9144_set_nco(struct ad9144_dev *dev, int32_t f_carrier_khz, int16_t phase)
Definition: ad9144.c:375
ad9144_spi_read
int32_t ad9144_spi_read(struct ad9144_dev *dev, uint16_t reg_addr, uint8_t *reg_data)
ad9144_spi_read
Definition: ad9144.c:81
REG_GENERAL_JRX_CTRL_1
#define REG_GENERAL_JRX_CTRL_1
Definition: ad9144.h:223
REG_ILS_CS_N
#define REG_ILS_CS_N
Definition: ad9144.h:296
REG_INTERP_MODE
#define REG_INTERP_MODE
Definition: ad9144.h:136
REG_KVAL
#define REG_KVAL
Definition: ad9144.h:314
REG_ILS_S
#define REG_ILS_S
Definition: ad9144.h:298
MODULATION_TYPE_MASK
#define MODULATION_TYPE_MASK
Definition: ad9144.h:793
REG_ILS_K
#define REG_ILS_K
Definition: ad9144.h:294
NO_OS_ARRAY_SIZE
#define NO_OS_ARRAY_SIZE(x)
Definition: no_os_util.h:49
SRC_LANE1
#define SRC_LANE1(x)
Definition: ad9144.h:1096
ad9144_dev::spi_desc
struct no_os_spi_desc * spi_desc
Definition: ad9144.h:1357
ad9144_init_param::spi_init
struct no_os_spi_init_param spi_init
Definition: ad9144.h:1381
REG_DEV_CONFIG_12
#define REG_DEV_CONFIG_12
Definition: ad9144.h:221
REG_REF_CLK_DIVIDER_LDO
#define REG_REF_CLK_DIVIDER_LDO
Definition: ad9144.h:209
jesd204_dev_priv
void * jesd204_dev_priv(struct jesd204_dev *jdev)
REG_DACPLLT5
#define REG_DACPLLT5
Definition: ad9144.h:185
ad9144_reg_seq::val
uint16_t val
Definition: ad9144.c:150
ad9144_setup_legacy
int32_t ad9144_setup_legacy(struct ad9144_dev **device, const struct ad9144_init_param *init_param)
Definition: ad9144.c:970
REG_LANEENABLE
#define REG_LANEENABLE
Definition: ad9144.h:318
AD9144_MOD_TYPE_COARSE8
#define AD9144_MOD_TYPE_COARSE8
Definition: ad9144.c:75
REG_SPI_PAGEINDX
#define REG_SPI_PAGEINDX
Definition: ad9144.h:54
no_os_mdelay
void no_os_mdelay(uint32_t msecs)
Wait until msecs milliseconds passed.
Definition: aducm3029_delay.c:126
ad9144_init_param::interpolation
uint8_t interpolation
Definition: ad9144.h:1386
no_os_error.h
Error codes definition.
NO_OS_DIV_ROUND_UP
#define NO_OS_DIV_ROUND_UP(x, y)
Definition: no_os_util.h:52
SEL_SIDEBAND
#define SEL_SIDEBAND
Definition: ad9144.h:790
pr_debug
#define pr_debug(fmt, args...)
Definition: no_os_print_log.h:129
REG_CAL_CLKDIV
#define REG_CAL_CLKDIV
Definition: ad9144.h:127
ad9144_spi_read
int32_t ad9144_spi_read(struct ad9144_dev *dev, uint16_t reg_addr, uint8_t *reg_data)
ad9144_spi_read
Definition: ad9144.c:81
REG_EQ_BIAS_REG
#define REG_EQ_BIAS_REG
Definition: ad9144.h:206
ad9144_init_param::jesd204_mode
uint8_t jesd204_mode
Definition: ad9144.h:1392
ad9144_status
int32_t ad9144_status(struct ad9144_dev *dev)
ad9144_status - return the status of the JESD interface
Definition: ad9144.c:1243
JESD204_OP_LINK_INIT
@ JESD204_OP_LINK_INIT
Definition: jesd204.h:198
REG_TERM_BLK2_CTRLREG0
#define REG_TERM_BLK2_CTRLREG0
Definition: ad9144.h:218
REG_NCO_PHASE_OFFSET0
#define REG_NCO_PHASE_OFFSET0
Definition: ad9144.h:144
REG_CAL_INIT
#define REG_CAL_INIT
Definition: ad9144.h:133
ad9144_init_param::num_lanes
uint8_t num_lanes
Definition: ad9144.h:1385
ad9144_dev::num_lanes
uint8_t num_lanes
Definition: ad9144.h:1364
JESD204_SYSREF_ONESHOT
@ JESD204_SYSREF_ONESHOT
Definition: jesd204.h:40
REG_INITLANESYNCFLG
#define REG_INITLANESYNCFLG
Definition: ad9144.h:311
jesd204.h
REG_SHORT_TPL_TEST_0
#define REG_SHORT_TPL_TEST_0
Definition: ad9144.h:247
MODULATION_TYPE
#define MODULATION_TYPE(x)
Definition: ad9144.h:792
SOFTRESET
#define SOFTRESET
Definition: ad9144.h:330
REG_XBAR
#define REG_XBAR(x)
Definition: ad9144.h:230
REG_SHORT_TPL_TEST_3
#define REG_SHORT_TPL_TEST_3
Definition: ad9144.h:250
JESD204_VERSION_B
@ JESD204_VERSION_B
Definition: jesd204.h:23
REG_CDR_OPERATING_MODE_REG_0
#define REG_CDR_OPERATING_MODE_REG_0
Definition: ad9144.h:200
AD9144_MOD_TYPE_NONE
#define AD9144_MOD_TYPE_NONE
Definition: ad9144.c:72
ad9144_dev
Definition: ad9144.h:1355
REG_ILS_LID0
#define REG_ILS_LID0
Definition: ad9144.h:291
REG_SPI_PRODIDL
#define REG_SPI_PRODIDL
Definition: ad9144.h:51
ad9144_init_param::pll_ref_frequency_khz
uint32_t pll_ref_frequency_khz
Definition: ad9144.h:1400
JESD204_OP_LINK_ENABLE
@ JESD204_OP_LINK_ENABLE
Definition: jesd204.h:211
no_os_spi_desc
Structure holding SPI descriptor.
Definition: no_os_spi.h:192
REG_DACLOGENCNTRL
#define REG_DACLOGENCNTRL
Definition: ad9144.h:118
ad9144_remove
int32_t ad9144_remove(struct ad9144_dev *dev)
Definition: ad9144.c:1229
REG_SYNTH_ENABLE_CNTRL
#define REG_SYNTH_ENABLE_CNTRL
Definition: ad9144.h:207
AD9144_CHIP_ID
#define AD9144_CHIP_ID
Definition: ad9144.h:1348
REG_ILS_HD_CF
#define REG_ILS_HD_CF
Definition: ad9144.h:299
REG_PLL_STATUS
#define REG_PLL_STATUS
Definition: ad9144.h:208
ad9144_dev::lane_mux
uint8_t lane_mux[8]
Definition: ad9144.h:1369
REG_ILS_NP
#define REG_ILS_NP
Definition: ad9144.h:297
REG_PHY_PD
#define REG_PHY_PD
Definition: ad9144.h:197
REG_ILS_M
#define REG_ILS_M
Definition: ad9144.h:295
REG_LANEDESKEW
#define REG_LANEDESKEW
Definition: ad9144.h:304
no_os_malloc
void * no_os_malloc(size_t size)
Allocate memory and return a pointer to it.
Definition: chibios_alloc.c:43
REG_TERM_BLK1_CTRLREG0
#define REG_TERM_BLK1_CTRLREG0
Definition: ad9144.h:214
ad9144_setup_jesd204_link
int32_t ad9144_setup_jesd204_link(struct ad9144_dev *dev, const struct ad9144_init_param *init_param)
Definition: ad9144.c:200
jesd204_sysref::capture_falling_edge
uint8_t capture_falling_edge
Definition: jesd204.h:62
ad9144_reg_seq
Definition: ad9144.c:148
REG_DACPLLT18
#define REG_DACPLLT18
Definition: ad9144.h:189
NO_OS_BIT
#define NO_OS_BIT(x)
Definition: no_os_util.h:45
no_os_free
void no_os_free(void *ptr)
Deallocate memory previously allocated by a call to no_os_calloc or no_os_malloc.
Definition: chibios_alloc.c:69
REG_FTW0
#define REG_FTW0
Definition: ad9144.h:138
ad9144_jesd204_priv::dev
struct ad9144_dev * dev
Definition: ad9144.c:69
jesd204_dev_register
int jesd204_dev_register(struct jesd204_dev **jdev, const struct jesd204_dev_data *dev_data)
no_os_hweight8
unsigned int no_os_hweight8(uint8_t word)
ad9144_dac_calibrate
int32_t ad9144_dac_calibrate(struct ad9144_dev *dev)
Definition: ad9144.c:1191
AD9144_MOD_TYPE_COARSE4
#define AD9144_MOD_TYPE_COARSE4
Definition: ad9144.c:74
ad9144_init_param::fcenter_shift
unsigned int fcenter_shift
Definition: ad9144.h:1387
REG_LMFC_DELAY_0
#define REG_LMFC_DELAY_0
Definition: ad9144.h:226
NULL
#define NULL
Definition: wrapper.h:64
REG_CAL_INDX
#define REG_CAL_INDX
Definition: ad9144.h:128
REG_DACPLLTB
#define REG_DACPLLTB
Definition: ad9144.h:186
ad9144_dev::num_converters
uint8_t num_converters
Definition: ad9144.h:1363
REG_DEV_CONFIG_11
#define REG_DEV_CONFIG_11
Definition: ad9144.h:220
ad9144_spi_check_status
int32_t ad9144_spi_check_status(struct ad9144_dev *dev, uint16_t reg_addr, uint8_t reg_mask, uint8_t exp_reg_data)
ad9144_spi_check_status
Definition: ad9144.c:126
init_param
struct ad7616_init_param init_param
Definition: ad7616_sdz.c:113
ad9144_init_param::stpl_samples
uint32_t stpl_samples[4][4]
Definition: ad9144.h:1388
ad9144_init_param
Definition: ad9144.h:1379
SYNCENABLE
#define SYNCENABLE
Definition: ad9144.h:520
REG_ILS_F
#define REG_ILS_F
Definition: ad9144.h:293
JESD204_STATE_CHANGE_DONE
@ JESD204_STATE_CHANGE_DONE
Definition: jesd204.h:46
ad9144_dev::jdev
struct jesd204_dev * jdev
Definition: ad9144.h:1359
REG_SPI_SCRATCHPAD
#define REG_SPI_SCRATCHPAD
Definition: ad9144.h:56
ad9144_init_param::spi3wire
uint8_t spi3wire
Definition: ad9144.h:1383
REG_NCO_FTW_UPDATE
#define REG_NCO_FTW_UPDATE
Definition: ad9144.h:137
ad9144_spi_check_status
int32_t ad9144_spi_check_status(struct ad9144_dev *dev, uint16_t reg_addr, uint8_t reg_mask, uint8_t exp_reg_data)
ad9144_spi_check_status
Definition: ad9144.c:126
ad9144_short_pattern_test
int32_t ad9144_short_pattern_test(struct ad9144_dev *dev, const struct ad9144_init_param *init_param)
ad9144_short_pattern_test
Definition: ad9144.c:1282
REG_SPI_INTFCONFA
#define REG_SPI_INTFCONFA
Definition: ad9144.h:48
no_os_spi_remove
int32_t no_os_spi_remove(struct no_os_spi_desc *desc)
Free the resources allocated by no_os_spi_init().
Definition: no_os_spi.c:116
REG_CTRLREG1
#define REG_CTRLREG1
Definition: ad9144.h:312
REG_DEV_CONFIG_10
#define REG_DEV_CONFIG_10
Definition: ad9144.h:217
SRC_LANE5
#define SRC_LANE5(x)
Definition: ad9144.h:1108
REG_CODEGRPSYNCFLG
#define REG_CODEGRPSYNCFLG
Definition: ad9144.h:308
ad9144_init_param::jesd204_scrambling
uint8_t jesd204_scrambling
Definition: ad9144.h:1394
REG_SYNCB_GEN_1
#define REG_SYNCB_GEN_1
Definition: ad9144.h:235
ad9144_init_param::pll_enable
uint8_t pll_enable
Definition: ad9144.h:1398
REG_LMFC_VAR_1
#define REG_LMFC_VAR_1
Definition: ad9144.h:229
ad9144_spi_write
int32_t ad9144_spi_write(struct ad9144_dev *dev, uint16_t reg_addr, uint8_t reg_data)
ad9144_spi_write
Definition: ad9144.c:104
REG_SYNC_CTRL
#define REG_SYNC_CTRL
Definition: ad9144.h:79
jesd204_state_op::per_link
jesd204_link_cb per_link
Definition: jesd204.h:192
REG_PWRCNTRL0
#define REG_PWRCNTRL0
Definition: ad9144.h:58
no_os_spi_init
int32_t no_os_spi_init(struct no_os_spi_desc **desc, const struct no_os_spi_init_param *param)
Initialize the SPI communication peripheral.
Definition: no_os_spi.c:52
L
#define L(x)
Definition: ad9144.h:1258
AD9144_MOD_TYPE_FINE
#define AD9144_MOD_TYPE_FINE
Definition: ad9144.c:73
ad9144_setup_jesd_fsm
int32_t ad9144_setup_jesd_fsm(struct ad9144_dev **device, const struct ad9144_init_param *init_param)
Definition: ad9144.c:1127
no_os_util.h
Header file of utility functions.
ad9144_dev::pll_dac_frequency_khz
uint32_t pll_dac_frequency_khz
Definition: ad9144.h:1376
REG_NCO_PHASE_OFFSET1
#define REG_NCO_PHASE_OFFSET1
Definition: ad9144.h:145
JESD204_OP_LINK_RUNNING
@ JESD204_OP_LINK_RUNNING
Definition: jesd204.h:212
REG_DATAPATH_CTRL
#define REG_DATAPATH_CTRL
Definition: ad9144.h:135
SRC_LANE2
#define SRC_LANE2(x)
Definition: ad9144.h:1103
SRC_LANE6
#define SRC_LANE6(x)
Definition: ad9144.h:1115
SRC_LANE7
#define SRC_LANE7(x)
Definition: ad9144.h:1114
ad9144_init_param::lane_rate_kbps
uint32_t lane_rate_kbps
Definition: ad9144.h:1389
SRC_LANE4
#define SRC_LANE4(x)
Definition: ad9144.h:1109
REG_DACPLLCNTRL
#define REG_DACPLLCNTRL
Definition: ad9144.h:111
REG_CLKCFG0
#define REG_CLKCFG0
Definition: ad9144.h:108
REG_SERDES_SPI_REG
#define REG_SERDES_SPI_REG
Definition: ad9144.h:237
ad9144.h
Header file of AD9144 Driver.
REG_PRBS_ERROR_Q
#define REG_PRBS_ERROR_Q
Definition: ad9144.h:184
jesd204_dev_data
JESD204 device initialization data.
Definition: jesd204.h:227
REG_DATA_FORMAT
#define REG_DATA_FORMAT
Definition: ad9144.h:134
ad9144_remove
int32_t ad9144_remove(struct ad9144_dev *dev)
Definition: ad9144.c:1229
REG_GENERAL_JRX_CTRL_0
#define REG_GENERAL_JRX_CTRL_0
Definition: ad9144.h:222
NO_OS_DIV_ROUND_CLOSEST
#define NO_OS_DIV_ROUND_CLOSEST(x, y)
Definition: no_os_util.h:54
ad9144_spi_write
int32_t ad9144_spi_write(struct ad9144_dev *dev, uint16_t reg_addr, uint8_t reg_data)
ad9144_spi_write
Definition: ad9144.c:104
JESD204_OP_LINK_SETUP
@ JESD204_OP_LINK_SETUP
Definition: jesd204.h:204
chip_id
chip_id
Definition: ad9172.h:51
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140
no_os_div_u64
uint64_t no_os_div_u64(uint64_t dividend, uint32_t divisor)
REG_PRBS
#define REG_PRBS
Definition: ad9144.h:182