Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dax88796.h28 #define AX88796L_CR (*(vu_short *)(AX88796L_REG_CR))
29 #define AX88796L_MEMR (*(vu_short *)(AX88796L_REG_MEMR))
53 *( (vu_short *) ((_b_) + ((_o_) * 2) + ISA_OFFSET))
55 *((vu_short *)((_b_) + ((_o_) * 2) + ISA_OFFSET)) = (_d_)
56 #define DP_IN_DATA(_b_, _d_) (_d_) = *( (vu_short *) ((_b_) + ISA_OFFSET))
57 #define DP_OUT_DATA(_b_, _d_) *( (vu_short *) ((_b_)+ISA_OFFSET)) = (_d_)
61 #define DP_IN(_b_, _o_, _d_) (_d_) = *( (vu_short *)((_b_)+(_o_ )+ISA_OFFSET))
62 #define DP_OUT(_b_, _o_, _d_) *((vu_short *)((_b_)+(_o_)+ISA_OFFSET)) = (_d_)
63 #define DP_IN_DATA(_b_, _d_) (_d_) = *( (vu_short *) ((_b_)+ISA_OFFSET))
64 #define DP_OUT_DATA(_b_, _d_) *( (vu_short *) ((_b_)+ISA_OFFSET)) = (_d_)
H A Dns8382x.c276 return le16_to_cpu(*(vu_short *) (addr + dev->iobase)); in INW()
288 *(vu_short *) ((addr + dev->iobase)) = cpu_to_le16(command); in OUTW()
H 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()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5282.h209 #define MCFGPIO_PEPAR (*(vu_short *)(CONFIG_SYS_MBAR+0x100052))
212 #define MCFGPIO_PASPAR (*(vu_short *)(CONFIG_SYS_MBAR+0x100056))
364 #define MCFCCM_CCR (*(vu_short *)(CONFIG_SYS_MBAR+0x00110004))
365 #define MCFCCM_RCON (*(vu_short *)(CONFIG_SYS_MBAR+0x00110008))
366 #define MCFCCM_CIR (*(vu_short *)(CONFIG_SYS_MBAR+0x0011000A))
381 #define MCFCLOCK_SYNCR (*(vu_short *)(CONFIG_SYS_MBAR+0x120000))
388 #define MCFSDRAMC_DCR (*(vu_short *)(CONFIG_SYS_MBAR+0x00000040))
422 #define MCFWTM_WCR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140000))
423 #define MCFWTM_WMR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140002))
424 #define MCFWTM_WCNTR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140004))
[all …]
/OK3568_Linux_fs/u-boot/board/renesas/ap325rxa/
H A Dcpld-ap325rxa.c30 #define SCSMR (vu_short *)(SCIF_BASE + 0x00)
32 #define SCSCR (vu_short *)(SCIF_BASE + 0x08)
34 #define SC_SR (vu_short *)(SCIF_BASE + 0x10)
35 #define SCFCR (vu_short *)(SCIF_BASE + 0x18)
53 #define CPLD_PFC_ADR ((vu_short *)0xA4050112)
64 #define HIZCRB ((vu_short *)0xA405015A)
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_sh7780.c31 #define p4_inw(addr) (*(vu_short *)addr)
32 #define p4_outw(data, addr) (*(vu_short *)addr) = (data)
H A Dpci_sh7751.c17 #define SH7751_BCR2 (vu_short *)0xFF800004
22 #define SH7751_BCR3 (vu_short *)0xFF800050
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbus_vcxk.c13 vu_short *vcxk_bws_word = ((vu_short *)(CONFIG_SYS_VCXK_BASE));
189 vu_short dataptr; in vcxk_setpixel()
/OK3568_Linux_fs/u-boot/board/renesas/sh7763rdp/
H A Dsh7763rdp.c37 vu_short dat; in board_init()
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h15 typedef volatile unsigned short vu_short; typedef