Lines Matching defs:X

18 #define __addr_MB93493(X)	((volatile unsigned long *)(__region_CS3 + (X)))  argument
19 #define __get_MB93493(X) ({ *(volatile unsigned long *)(__region_CS3 + (X)); }) argument
21 #define __set_MB93493(X,V) \ argument
26 #define __get_MB93493_STSR(X) __get_MB93493(0x3c0 + (X) * 4) argument
27 #define __set_MB93493_STSR(X,V) __set_MB93493(0x3c0 + (X) * 4, (V)) argument
30 #define __addr_MB93493_IQSR(X) __addr_MB93493(0x3d0 + (X) * 4) argument
31 #define __get_MB93493_IQSR(X) __get_MB93493(0x3d0 + (X) * 4) argument
32 #define __set_MB93493_IQSR(X,V) __set_MB93493(0x3d0 + (X) * 4, (V)) argument
34 #define __get_MB93493_DQSR(X) __get_MB93493(0x3e0 + (X) * 4) argument
35 #define __set_MB93493_DQSR(X,V) __set_MB93493(0x3e0 + (X) * 4, (V)) argument
55 #define __get_MB93493_VDC(X) __get_MB93493(MB93493_VDC_##X) argument
56 #define __set_MB93493_VDC(X,V) __set_MB93493(MB93493_VDC_##X, (V)) argument
70 #define __addr_MB93493_VDC_BCI(X) ({ (volatile unsigned long *)(__region_CS3 + 0x000 + (X)); }) argument
71 #define __addr_MB93493_VDC_TPO(X) (__region_CS3 + 0x1c0 + (X)) argument
93 #define __get_MB93493_VCC(X) __get_MB93493(MB93493_VCC_##X) argument
94 #define __set_MB93493_VCC(X,V) __set_MB93493(MB93493_VCC_##X, (V)) argument
111 #define __addr_MB93493_VCC_TPI(X) (__region_CS3 + 0x180 + (X)) argument
177 #define __addr_MB93493_I2C(port,X) (__region_CS3 + MB93493_I2C_##X + ((port)*0x20)) argument
178 #define __get_MB93493_I2C(port,X) __get_MB93493(MB93493_I2C_##X + ((port)*0x20)) argument
179 #define __set_MB93493_I2C(port,X,V) __set_MB93493(MB93493_I2C_##X + ((port)*0x20), (V)) argument
186 #define __get_MB93493_I2S(X) __get_MB93493(MB93493_I2S_##X) argument
187 #define __set_MB93493_I2S(X,V) __set_MB93493(MB93493_I2S_##X, (V)) argument
195 #define __addr_MB93493_I2S_ALDR(X) (__region_CS3 + MB93493_I2S_ALDR + (X)) argument
196 #define __addr_MB93493_I2S_ARDR(X) (__region_CS3 + MB93493_I2S_ARDR + (X)) argument
197 #define __addr_MB93493_I2S_APDR(X) (__region_CS3 + MB93493_I2S_APDR + (X)) argument
198 #define __addr_MB93493_I2S_ADR(X) (__region_CS3 + 0x320 + (X)) argument
249 #define __addr_MB93493_PCMCIA(X) ((volatile unsigned long *)(__region_CS5 + (X))) argument
254 #define __get_MB93493_GPIO_PDR(X) __get_MB93493(0x380 + (X) * 0xc0) argument
255 #define __set_MB93493_GPIO_PDR(X,V) __set_MB93493(0x380 + (X) * 0xc0, (V)) argument
257 #define __get_MB93493_GPIO_GPDR(X) __get_MB93493(0x384 + (X) * 0xc0) argument
258 #define __set_MB93493_GPIO_GPDR(X,V) __set_MB93493(0x384 + (X) * 0xc0, (V)) argument
260 #define __get_MB93493_GPIO_SIR(X) __get_MB93493(0x388 + (X) * 0xc0) argument
261 #define __set_MB93493_GPIO_SIR(X,V) __set_MB93493(0x388 + (X) * 0xc0, (V)) argument
263 #define __get_MB93493_GPIO_SOR(X) __get_MB93493(0x38c + (X) * 0xc0) argument
264 #define __set_MB93493_GPIO_SOR(X,V) __set_MB93493(0x38c + (X) * 0xc0, (V)) argument
266 #define __get_MB93493_GPIO_PDSR(X) __get_MB93493(0x390 + (X) * 0xc0) argument
267 #define __set_MB93493_GPIO_PDSR(X,V) __set_MB93493(0x390 + (X) * 0xc0, (V)) argument
269 #define __get_MB93493_GPIO_PDCR(X) __get_MB93493(0x394 + (X) * 0xc0) argument
270 #define __set_MB93493_GPIO_PDCR(X,V) __set_MB93493(0x394 + (X) * 0xc0, (V)) argument
272 #define __get_MB93493_GPIO_INTST(X) __get_MB93493(0x398 + (X) * 0xc0) argument
273 #define __set_MB93493_GPIO_INTST(X,V) __set_MB93493(0x398 + (X) * 0xc0, (V)) argument
275 #define __get_MB93493_GPIO_IEHL(X) __get_MB93493(0x39c + (X) * 0xc0) argument
276 #define __set_MB93493_GPIO_IEHL(X,V) __set_MB93493(0x39c + (X) * 0xc0, (V)) argument
278 #define __get_MB93493_GPIO_IELH(X) __get_MB93493(0x3a0 + (X) * 0xc0) argument
279 #define __set_MB93493_GPIO_IELH(X,V) __set_MB93493(0x3a0 + (X) * 0xc0, (V)) argument