Lines Matching defs:x
13 #define SCM_MPR_MPROT0(x) (((x) & 0x0F) << 28) argument
14 #define SCM_MPR_MPROT1(x) (((x) & 0x0F) << 24) argument
15 #define SCM_MPR_MPROT2(x) (((x) & 0x0F) << 20) argument
20 #define SCM_PACRA_PACR0(x) (((x) & 0x0F) << 28) argument
21 #define SCM_PACRA_PACR1(x) (((x) & 0x0F) << 24) argument
22 #define SCM_PACRA_PACR2(x) (((x) & 0x0F) << 20) argument
24 #define SCM_PACRB_PACR12(x) (((x) & 0x0F) << 12) argument
26 #define SCM_PACRC_PACR16(x) (((x) & 0x0F) << 28) argument
27 #define SCM_PACRC_PACR17(x) (((x) & 0x0F) << 24) argument
28 #define SCM_PACRC_PACR18(x) (((x) & 0x0F) << 20) argument
29 #define SCM_PACRC_PACR21(x) (((x) & 0x0F) << 8) argument
30 #define SCM_PACRC_PACR22(x) (((x) & 0x0F) << 4) argument
31 #define SCM_PACRC_PACR23(x) ((x) & 0x0F) argument
33 #define SCM_PACRD_PACR24(x) (((x) & 0x0F) << 28) argument
34 #define SCM_PACRD_PACR25(x) (((x) & 0x0F) << 24) argument
35 #define SCM_PACRD_PACR26(x) (((x) & 0x0F) << 20) argument
36 #define SCM_PACRD_PACR28(x) (((x) & 0x0F) << 12) argument
37 #define SCM_PACRD_PACR29(x) (((x) & 0x0F) << 8) argument
38 #define SCM_PACRD_PACR30(x) (((x) & 0x0F) << 4) argument
39 #define SCM_PACRD_PACR31(x) ((x) & 0x0F) argument
41 #define SCM_PACRE_PACR32(x) (((x) & 0x0F) << 28) argument
42 #define SCM_PACRE_PACR33(x) (((x) & 0x0F) << 24) argument
43 #define SCM_PACRE_PACR34(x) (((x) & 0x0F) << 20) argument
44 #define SCM_PACRE_PACR35(x) (((x) & 0x0F) << 16) argument
45 #define SCM_PACRE_PACR36(x) (((x) & 0x0F) << 12) argument
47 #define SCM_PACRF_PACR40(x) (((x) & 0x0F) << 28) argument
48 #define SCM_PACRF_PACR41(x) (((x) & 0x0F) << 24) argument
49 #define SCM_PACRF_PACR42(x) (((x) & 0x0F) << 20) argument
56 #define SCM_BMT_BMT(x) ((x) & 0x07) argument
73 #define SCM_CWCR_CWT(x) (((x) & 0x001F)) argument
159 #define CCM_CCR_BOOTPS(x) (((x) & 0x0003) << 3) argument
164 #define CCM_CIR_PIN(x) (((x) & 0xFFC0) >> 6) argument
165 #define CCM_CIR_PRN(x) ((x) & 0x003F) argument
168 #define GPIO_PDR_BUSCTL(x) ((x) & 0x0F) argument
169 #define GPIO_PDR_BE(x) ((x) & 0x0F) argument
170 #define GPIO_PDR_CS(x) (((x) & 0x07) << 1) argument
171 #define GPIO_PDR_FECI2C(x) ((x) & 0x0F) argument
172 #define GPIO_PDR_QSPI(x) ((x) & 0x0F) argument
173 #define GPIO_PDR_TIMER(x) ((x) & 0x0F) argument
174 #define GPIO_PDR_UART(x) ((x) & 0xFF) argument
175 #define GPIO_PDR_FECH(x) ((x) & 0xFF) argument
176 #define GPIO_PDR_FECL(x) ((x) & 0xFF) argument
228 #define GPIO_PAR_TMR_TIN3(x) (((x) & 0x03) << 6) argument
229 #define GPIO_PAR_TMR_TIN2(x) (((x) & 0x03) << 4) argument
230 #define GPIO_PAR_TMR_TIN1(x) (((x) & 0x03) << 2) argument
231 #define GPIO_PAR_TMR_TIN0(x) ((x) & 0x03) argument
281 #define GPIO_MSCR_FB_FBCLK(x) (((x) & 0x03) << 6) argument
282 #define GPIO_MSCR_FB_DUP(x) (((x) & 0x03) << 4) argument
283 #define GPIO_MSCR_FB_DLO(x) (((x) & 0x03) << 2) argument
284 #define GPIO_MSCR_FB_ADRCTL(x) ((x) & 0x03) argument
290 #define GPIO_MSCR_SDR_SDCLKB(x) (((x) & 0x03) << 4) argument
291 #define GPIO_MSCR_SDR_SDCLK(x) (((x) & 0x03) << 2) argument
292 #define GPIO_MSCR_SDR_SDRAM(x) ((x) & 0x03) argument
302 #define GPIO_DSCR_I2C(x) ((x) & 0x03) argument
305 #define GPIO_DSCR_MISC_DBG(x) (((x) & 0x03) << 4) argument
307 #define GPIO_DSCR_MISC_RSTOUT(x) (((x) & 0x03) << 2) argument
309 #define GPIO_DSCR_MISC_TIMER(x) ((x) & 0x03) argument
312 #define GPIO_DSCR_FEC(x) ((x) & 0x03) argument
315 #define GPIO_DSCR_UART_UART1(x) (((x) & 0x03) << 4) argument
317 #define GPIO_DSCR_UART_UART0(x) (((x) & 0x03) << 2) argument
319 #define GPIO_DSCR_UART_IRQ(x) ((x) & 0x03) argument
322 #define GPIO_DSCR_QSPI(x) ((x) & 0x03) argument
331 #define PLL_PODR_CPUDIV(x) (((x) & 0x0F) << 4) argument
333 #define PLL_PODR_BUSDIV(x) ((x) & 0x0F) argument
337 #define PLL_PCR_DITHDEV(x) ((x) & 0x07) argument