Home
last modified time | relevance | path

Searched refs:vu_short (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/m68k/include/asm/
A Dm5282.h208 #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 …]
/u-boot/drivers/pci/
A Dpci_sh7780.c31 #define p4_inw(addr) (*(vu_short *)addr)
32 #define p4_outw(data, addr) (*(vu_short *)addr) = (data)
A Dpci_sh7751.c19 #define SH7751_BCR2 (vu_short *)0xFF800004
24 #define SH7751_BCR3 (vu_short *)0xFF800050
/u-boot/drivers/video/
A Dbus_vcxk.c13 vu_short *vcxk_bws_word = ((vu_short *)(CONFIG_SYS_VCXK_BASE));
189 vu_short dataptr; in vcxk_setpixel()
/u-boot/include/linux/
A Dtypes.h167 typedef volatile unsigned short vu_short; typedef
/u-boot/drivers/net/
A Dnatsemi.c255 return le16_to_cpu(*(vu_short *) (addr + dev->iobase)); in INW()
267 *(vu_short *) ((addr + dev->iobase)) = cpu_to_le16(command); in OUTW()
A Dns8382x.c277 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