Lines Matching defs:value
102 #define RINTM(value) (((value) & 0x3) << 4) /* bits 4:5 */ argument
105 #define CLKSTP(value) (((value) & 0x3) << 11) /* bits 11:12 */ argument
106 #define RJUST(value) (((value) & 0x3) << 13) /* bits 13:14 */ argument
115 #define XINTM(value) (((value) & 0x3) << 4) /* bits 4:5 */ argument
139 #define RWDLEN1(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
140 #define RFRLEN1(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
143 #define XWDLEN1(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
144 #define XFRLEN1(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
147 #define RDATDLY(value) ((value) & 0x3) /* Bits 0:1 */ argument
149 #define RCOMPAND(value) (((value) & 0x3) << 3) /* Bits 3:4 */ argument
150 #define RWDLEN2(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
151 #define RFRLEN2(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
155 #define XDATDLY(value) ((value) & 0x3) /* Bits 0:1 */ argument
157 #define XCOMPAND(value) (((value) & 0x3) << 3) /* Bits 3:4 */ argument
158 #define XWDLEN2(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
159 #define XFRLEN2(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
163 #define CLKGDV(value) ((value) & 0x7f) /* Bits 0:7 */ argument
164 #define FWID(value) (((value) & 0xff) << 8) /* Bits 8:15 */ argument
167 #define FPER(value) ((value) & 0x0fff) /* Bits 0:11 */ argument
175 #define RCBLK(value) (((value) & 0x7) << 2) /* Bits 2:4 */ argument
176 #define RPABLK(value) (((value) & 0x3) << 5) /* Bits 5:6 */ argument
177 #define RPBBLK(value) (((value) & 0x3) << 7) /* Bits 7:8 */ argument
180 #define XMCM(value) ((value) & 0x3) /* Bits 0:1 */ argument
181 #define XCBLK(value) (((value) & 0x7) << 2) /* Bits 2:4 */ argument
182 #define XPABLK(value) (((value) & 0x3) << 5) /* Bits 5:6 */ argument
183 #define XPBBLK(value) (((value) & 0x3) << 7) /* Bits 7:8 */ argument
190 #define DXENDLY(value) (((value) & 0x3) << 12) /* Bits 12:13 */ argument
202 #define SIDLEMODE(value) (((value) & 0x3) << 3) argument
203 #define CLOCKACTIVITY(value) (((value) & 0x3) << 8) argument
212 #define ST_CH0GAIN(value) ((value) & 0xffff) /* Bits 0:15 */ argument
213 #define ST_CH1GAIN(value) (((value) & 0xffff) << 16) /* Bits 16:31 */ argument
216 #define ST_FIRCOEFF(value) ((value) & 0xffff) /* Bits 0:15 */ argument