Lines Matching defs:value

78 #define RINTM(value)		(((value) & 0x3) << 4)	/* bits 4:5 */  argument
81 #define CLKSTP(value) (((value) & 0x3) << 11) /* bits 11:12 */ argument
82 #define RJUST(value) (((value) & 0x3) << 13) /* bits 13:14 */ argument
91 #define XINTM(value) (((value) & 0x3) << 4) /* bits 4:5 */ argument
115 #define RWDLEN1(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
116 #define RFRLEN1(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
119 #define XWDLEN1(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
120 #define XFRLEN1(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
123 #define RDATDLY(value) ((value) & 0x3) /* Bits 0:1 */ argument
125 #define RCOMPAND(value) (((value) & 0x3) << 3) /* Bits 3:4 */ argument
126 #define RWDLEN2(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
127 #define RFRLEN2(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
131 #define XDATDLY(value) ((value) & 0x3) /* Bits 0:1 */ argument
133 #define XCOMPAND(value) (((value) & 0x3) << 3) /* Bits 3:4 */ argument
134 #define XWDLEN2(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument
135 #define XFRLEN2(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument
139 #define CLKGDV(value) ((value) & 0x7f) /* Bits 0:7 */ argument
140 #define FWID(value) (((value) & 0xff) << 8) /* Bits 8:15 */ argument
143 #define FPER(value) ((value) & 0x0fff) /* Bits 0:11 */ argument
151 #define RCBLK(value) (((value) & 0x7) << 2) /* Bits 2:4 */ argument
152 #define RPABLK(value) (((value) & 0x3) << 5) /* Bits 5:6 */ argument
153 #define RPBBLK(value) (((value) & 0x3) << 7) /* Bits 7:8 */ argument
156 #define XMCM(value) ((value) & 0x3) /* Bits 0:1 */ argument
157 #define XCBLK(value) (((value) & 0x7) << 2) /* Bits 2:4 */ argument
158 #define XPABLK(value) (((value) & 0x3) << 5) /* Bits 5:6 */ argument
159 #define XPBBLK(value) (((value) & 0x3) << 7) /* Bits 7:8 */ argument
166 #define DXENDLY(value) (((value) & 0x3) << 12) /* Bits 12:13 */ argument
178 #define SIDLEMODE(value) (((value) & 0x3) << 3) argument
179 #define CLOCKACTIVITY(value) (((value) & 0x3) << 8) argument