Lines Matching defs:x

17 #define SCM_MPR_MPROT0(x)		(((x)&0x0F)<<28)  argument
18 #define SCM_MPR_MPROT1(x) (((x)&0x0F)<<24) argument
19 #define SCM_MPR_MPROT2(x) (((x)&0x0F)<<20) argument
20 #define SCM_MPR_MPROT4(x) (((x)&0x0F)<<12) argument
21 #define SCM_MPR_MPROT5(x) (((x)&0x0F)<<8) argument
22 #define SCM_MPR_MPROT6(x) (((x)&0x0F)<<4) argument
39 #define SCM_PACRA_PACR0(x) (((x)&0x0F)<<28) argument
40 #define SCM_PACRA_PACR1(x) (((x)&0x0F)<<24) argument
41 #define SCM_PACRA_PACR2(x) (((x)&0x0F)<<20) argument
47 #define SCM_PACRB_PACR8(x) (((x)&0x0F)<<28) argument
48 #define SCM_PACRB_PACR12(x) (((x)&0x0F)<<12) argument
51 #define SCM_PACRC_PACR16(x) (((x)&0x0F)<<28) argument
52 #define SCM_PACRC_PACR17(x) (((x)&0x0F)<<24) argument
53 #define SCM_PACRC_PACR18(x) (((x)&0x0F)<<20) argument
54 #define SCM_PACRC_PACR19(x) (((x)&0x0F)<<16) argument
55 #define SCM_PACRC_PACR21(x) (((x)&0x0F)<<8) argument
56 #define SCM_PACRC_PACR22(x) (((x)&0x0F)<<4) argument
57 #define SCM_PACRC_PACR23(x) (((x)&0x0F)<<0) argument
60 #define SCM_PACRD_PACR24(x) (((x)&0x0F)<<28) argument
61 #define SCM_PACRD_PACR25(x) (((x)&0x0F)<<24) argument
62 #define SCM_PACRD_PACR26(x) (((x)&0x0F)<<20) argument
63 #define SCM_PACRD_PACR28(x) (((x)&0x0F)<<12) argument
64 #define SCM_PACRD_PACR29(x) (((x)&0x0F)<<8) argument
65 #define SCM_PACRD_PACR30(x) (((x)&0x0F)<<4) argument
66 #define SCM_PACRD_PACR31(x) (((x)&0x0F)<<0) argument
69 #define SCM_PACRE_PACR32(x) (((x)&0x0F)<<28) argument
70 #define SCM_PACRE_PACR33(x) (((x)&0x0F)<<24) argument
71 #define SCM_PACRE_PACR34(x) (((x)&0x0F)<<20) argument
72 #define SCM_PACRE_PACR35(x) (((x)&0x0F)<<16) argument
73 #define SCM_PACRE_PACR36(x) (((x)&0x0F)<<12) argument
74 #define SCM_PACRE_PACR37(x) (((x)&0x0F)<<8) argument
75 #define SCM_PACRE_PACR38(x) (((x)&0x0F)<<4) argument
78 #define SCM_PACRF_PACR40(x) (((x)&0x0F)<<28) argument
79 #define SCM_PACRF_PACR41(x) (((x)&0x0F)<<24) argument
80 #define SCM_PACRF_PACR42(x) (((x)&0x0F)<<20) argument
81 #define SCM_PACRF_PACR43(x) (((x)&0x0F)<<16) argument
82 #define SCM_PACRF_PACR44(x) (((x)&0x0F)<<12) argument
83 #define SCM_PACRF_PACR45(x) (((x)&0x0F)<<8) argument
84 #define SCM_PACRF_PACR46(x) (((x)&0x0F)<<4) argument
85 #define SCM_PACRF_PACR47(x) (((x)&0x0F)<<0) argument
88 #define SCM_PACRG_PACR48(x) (((x)&0x0F)<<28) argument
91 #define SCM_PACRH_PACR56(x) (((x)&0x0F)<<28) argument
92 #define SCM_PACRH_PACR57(x) (((x)&0x0F)<<24) argument
93 #define SCM_PACRH_PACR58(x) (((x)&0x0F)<<20) argument
96 #define PACR0(x) SCM_PACRA_PACR0(x) argument
97 #define PACR1(x) SCM_PACRA_PACR1(x) argument
98 #define PACR2(x) SCM_PACRA_PACR2(x) argument
99 #define PACR8(x) SCM_PACRB_PACR8(x) argument
100 #define PACR12(x) SCM_PACRB_PACR12(x) argument
101 #define PACR16(x) SCM_PACRC_PACR16(x) argument
102 #define PACR17(x) SCM_PACRC_PACR17(x) argument
103 #define PACR18(x) SCM_PACRC_PACR18(x) argument
104 #define PACR19(x) SCM_PACRC_PACR19(x) argument
105 #define PACR21(x) SCM_PACRC_PACR21(x) argument
106 #define PACR22(x) SCM_PACRC_PACR22(x) argument
107 #define PACR23(x) SCM_PACRC_PACR23(x) argument
108 #define PACR24(x) SCM_PACRD_PACR24(x) argument
109 #define PACR25(x) SCM_PACRD_PACR25(x) argument
110 #define PACR26(x) SCM_PACRD_PACR26(x) argument
111 #define PACR28(x) SCM_PACRD_PACR28(x) argument
112 #define PACR29(x) SCM_PACRD_PACR29(x) argument
113 #define PACR30(x) SCM_PACRD_PACR30(x) argument
114 #define PACR31(x) SCM_PACRD_PACR31(x) argument
115 #define PACR32(x) SCM_PACRE_PACR32(x) argument
116 #define PACR33(x) SCM_PACRE_PACR33(x) argument
117 #define PACR34(x) SCM_PACRE_PACR34(x) argument
118 #define PACR35(x) SCM_PACRE_PACR35(x) argument
119 #define PACR36(x) SCM_PACRE_PACR36(x) argument
120 #define PACR37(x) SCM_PACRE_PACR37(x) argument
121 #define PACR38(x) SCM_PACRE_PACR38(x) argument
122 #define PACR40(x) SCM_PACRF_PACR40(x) argument
123 #define PACR41(x) SCM_PACRF_PACR41(x) argument
124 #define PACR42(x) SCM_PACRF_PACR42(x) argument
125 #define PACR43(x) SCM_PACRF_PACR43(x) argument
126 #define PACR44(x) SCM_PACRF_PACR44(x) argument
127 #define PACR45(x) SCM_PACRF_PACR45(x) argument
128 #define PACR46(x) SCM_PACRF_PACR46(x) argument
129 #define PACR47(x) SCM_PACRF_PACR47(x) argument
130 #define PACR48(x) SCM_PACRG_PACR48(x) argument
131 #define PACR56(x) SCM_PACRH_PACR56(x) argument
132 #define PACR57(x) SCM_PACRH_PACR57(x) argument
133 #define PACR58(x) SCM_PACRH_PACR58(x) argument
143 #define CWCR_CWT(x) (((x)&0x001F)) argument
257 #define CCM_CCR_CSC(x) (((x)&0x0003)<<8|0x0001) argument
260 #define CCM_CCR_BOOTPS(x) (((x)&0x0003)<<3|0x0001) argument
266 #define CCM_RCON_CSC(x) (((x)&0x0003)<<8|0x0001) argument
269 #define CCM_RCON_BOOTPS(x) (((x)&0x0003)<<3|0x0001) argument
275 #define CCM_CIR_PIN(x) (((x)&0x03FF)<<6) argument
276 #define CCM_CIR_PRN(x) ((x)&0x003F) argument
290 #define CCM_CDR_LPDIV(x) (((x)&0x000F)<<8) argument
291 #define CCM_CDR_SSIDIV(x) ((x)&0x000F) argument
294 #define CCM_UHCSR_PORTIND(x) (((x)&0x0003)<<14) argument
300 #define CCM_UOCSR_PORTIND(x) (((x)&0x0003)<<14) argument
758 #define GPIO_PAR_FEC_MII(x) (((x)&0x03)<<0) argument
759 #define GPIO_PAR_FEC_7W(x) (((x)&0x03)<<2) argument
772 #define GPIO_PAR_PWM1(x) (((x)&0x03)<<0) argument
773 #define GPIO_PAR_PWM3(x) (((x)&0x03)<<2) argument
778 #define GPIO_PAR_BUSCTL_TS(x) (((x)&0x03)<<3) argument
793 #define GPIO_PAR_FECI2C_SDA(x) (((x)&0x03)<<0) argument
794 #define GPIO_PAR_FECI2C_SCL(x) (((x)&0x03)<<2) argument
795 #define GPIO_PAR_FECI2C_MDIO(x) (((x)&0x03)<<4) argument
796 #define GPIO_PAR_FECI2C_MDC(x) (((x)&0x03)<<6) argument
830 #define GPIO_PAR_SSI_TXD(x) (((x)&0x0003)<<8) argument
831 #define GPIO_PAR_SSI_RXD(x) (((x)&0x0003)<<10) argument
832 #define GPIO_PAR_SSI_FS(x) (((x)&0x0003)<<12) argument
833 #define GPIO_PAR_SSI_BCLK(x) (((x)&0x0003)<<14) argument
840 #define GPIO_PAR_UART_TXD1(x) (((x)&0x0003)<<4) argument
841 #define GPIO_PAR_UART_RXD1(x) (((x)&0x0003)<<6) argument
842 #define GPIO_PAR_UART_RTS1(x) (((x)&0x0003)<<8) argument
843 #define GPIO_PAR_UART_CTS1(x) (((x)&0x0003)<<10) argument
862 #define GPIO_PAR_QSPI_SCK(x) (((x)&0x0003)<<4) argument
863 #define GPIO_PAR_QSPI_DOUT(x) (((x)&0x0003)<<6) argument
864 #define GPIO_PAR_QSPI_DIN(x) (((x)&0x0003)<<8) argument
865 #define GPIO_PAR_QSPI_PCS0(x) (((x)&0x0003)<<10) argument
866 #define GPIO_PAR_QSPI_PCS1(x) (((x)&0x0003)<<12) argument
867 #define GPIO_PAR_QSPI_PCS2(x) (((x)&0x0003)<<14) argument
870 #define GPIO_PAR_TIN0(x) (((x)&0x03)<<0) argument
871 #define GPIO_PAR_TIN1(x) (((x)&0x03)<<2) argument
872 #define GPIO_PAR_TIN2(x) (((x)&0x03)<<4) argument
873 #define GPIO_PAR_TIN3(x) (((x)&0x03)<<6) argument
892 #define GPIO_PAR_LCDDATA_LD7_0(x) ((x)&0x03) argument
893 #define GPIO_PAR_LCDDATA_LD15_8(x) (((x)&0x03)<<2) argument
894 #define GPIO_PAR_LCDDATA_LD16(x) (((x)&0x03)<<4) argument
895 #define GPIO_PAR_LCDDATA_LD17(x) (((x)&0x03)<<6) argument
909 #define GPIO_PAR_IRQ1(x) (((x)&0x0003)<<4) argument
910 #define GPIO_PAR_IRQ2(x) (((x)&0x0003)<<6) argument
911 #define GPIO_PAR_IRQ4(x) (((x)&0x0003)<<8) argument
912 #define GPIO_PAR_IRQ5(x) (((x)&0x0003)<<10) argument
913 #define GPIO_PAR_IRQ6(x) (((x)&0x0003)<<12) argument
916 #define GPIO_MSCR_FLEXBUS_ADDRCTL(x) ((x)&0x03) argument
917 #define GPIO_MSCR_FLEXBUS_DLOWER(x) (((x)&0x03)<<2) argument
918 #define GPIO_MSCR_FLEXBUS_DUPPER(x) (((x)&0x03)<<4) argument
921 #define GPIO_MSCR_SDRAM_SDRAM(x) ((x)&0x03) argument
922 #define GPIO_MSCR_SDRAM_SDCLK(x) (((x)&0x03)<<2) argument
923 #define GPIO_MSCR_SDRAM_SDCLKB(x) (((x)&0x03)<<4) argument
926 #define GPIO_DSCR_I2C_DSE(x) ((x)&0x03) argument
929 #define GPIO_DSCR_PWM_DSE(x) ((x)&0x03) argument
932 #define GPIO_DSCR_FEC_DSE(x) ((x)&0x03) argument
935 #define GPIO_DSCR_UART0_DSE(x) ((x)&0x03) argument
936 #define GPIO_DSCR_UART1_DSE(x) (((x)&0x03)<<2) argument
939 #define GPIO_DSCR_QSPI_DSE(x) ((x)&0x03) argument
942 #define GPIO_DSCR_TIMER_DSE(x) ((x)&0x03) argument
945 #define GPIO_DSCR_SSI_DSE(x) ((x)&0x03) argument
948 #define GPIO_DSCR_LCD_DSE(x) ((x)&0x03) argument
951 #define GPIO_DSCR_DEBUG_DSE(x) ((x)&0x03) argument
954 #define GPIO_DSCR_CLKRST_DSE(x) ((x)&0x03) argument
957 #define GPIO_DSCR_IRQ_DSE(x) ((x)&0x03) argument
965 #define SDRAMC_SDMR_AD(x) (((x)&0x00000FFF)<<18) argument
973 #define SDRAMC_SDCR_MUX(x) (((x)&0x00000003)<<24) argument
975 #define SDRAMC_SDCR_RCNT(x) (((x)&0x0000003F)<<16) argument
978 #define SDRAMC_SDCR_DQS_OE(x) (((x)&0x0000000F)<<8) argument
983 #define SDRAMC_SDCFG1_SRD2RW(x) (((x)&0x0000000F)<<28) argument
984 #define SDRAMC_SDCFG1_SWT2RD(x) (((x)&0x00000007)<<24) argument
985 #define SDRAMC_SDCFG1_RDLAT(x) (((x)&0x0000000F)<<20) argument
986 #define SDRAMC_SDCFG1_ACT2RW(x) (((x)&0x00000007)<<16) argument
987 #define SDRAMC_SDCFG1_PRE2ACT(x) (((x)&0x00000007)<<12) argument
988 #define SDRAMC_SDCFG1_REF2ACT(x) (((x)&0x0000000F)<<8) argument
989 #define SDRAMC_SDCFG1_WTLAT(x) (((x)&0x00000007)<<4) argument
992 #define SDRAMC_SDCFG2_BRD2PRE(x) (((x)&0x0000000F)<<28) argument
993 #define SDRAMC_SDCFG2_BWT2RW(x) (((x)&0x0000000F)<<24) argument
994 #define SDRAMC_SDCFG2_BRD2WT(x) (((x)&0x0000000F)<<20) argument
995 #define SDRAMC_SDCFG2_BL(x) (((x)&0x0000000F)<<16) argument
998 #define SDRAMC_SDDS_SB_E(x) (((x)&0x00000003)<<8) argument
999 #define SDRAMC_SDDS_SB_C(x) (((x)&0x00000003)<<6) argument
1000 #define SDRAMC_SDDS_SB_A(x) (((x)&0x00000003)<<4) argument
1001 #define SDRAMC_SDDS_SB_S(x) (((x)&0x00000003)<<2) argument
1002 #define SDRAMC_SDDS_SB_D(x) ((x)&0x00000003) argument
1005 #define SDRAMC_SDCS_BASE(x) (((x)&0x00000FFF)<<20) argument
1006 #define SDRAMC_SDCS_CSSZ(x) ((x)&0x0000001F) argument
1026 #define PLL_PODR_CPUDIV(x) (((x)&0x0F)<<4) argument
1027 #define PLL_PODR_BUSDIV(x) ((x)&0x0F) argument
1031 #define PLL_PLLCR_DITHDEV(x) ((x)&0x07) argument