Searched refs:vu_short (Results 1 – 7 of 7) sorted by relevance
208 #define MCFGPIO_PEPAR (*(vu_short *)(CONFIG_SYS_MBAR+0x100052))211 #define MCFGPIO_PASPAR (*(vu_short *)(CONFIG_SYS_MBAR+0x100056))363 #define MCFCCM_CCR (*(vu_short *)(CONFIG_SYS_MBAR+0x00110004))364 #define MCFCCM_RCON (*(vu_short *)(CONFIG_SYS_MBAR+0x00110008))365 #define MCFCCM_CIR (*(vu_short *)(CONFIG_SYS_MBAR+0x0011000A))421 #define MCFWTM_WCR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140000))422 #define MCFWTM_WMR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140002))424 #define MCFWTM_WSR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140006))443 #define MCFGPTA_GPTC0 (*(vu_short *)(CONFIG_SYS_MBAR+0x1A0010))444 #define MCFGPTA_GPTC1 (*(vu_short *)(CONFIG_SYS_MBAR+0x1A0012))[all …]
31 #define p4_inw(addr) (*(vu_short *)addr)32 #define p4_outw(data, addr) (*(vu_short *)addr) = (data)
19 #define SH7751_BCR2 (vu_short *)0xFF80000424 #define SH7751_BCR3 (vu_short *)0xFF800050
13 vu_short *vcxk_bws_word = ((vu_short *)(CONFIG_SYS_VCXK_BASE));189 vu_short dataptr; in vcxk_setpixel()
167 typedef volatile unsigned short vu_short; typedef
255 return le16_to_cpu(*(vu_short *) (addr + dev->iobase)); in INW()267 *(vu_short *) ((addr + dev->iobase)) = cpu_to_le16(command); in OUTW()
277 return le16_to_cpu(*(vu_short *) (addr + dev->iobase)); in INW()289 *(vu_short *) ((addr + dev->iobase)) = cpu_to_le16(command); in OUTW()
Completed in 17 milliseconds