Searched refs:vu_short (Results 1 – 10 of 10) sorted by relevance
27 #define AX88796L_CR (*(vu_short *)(AX88796L_REG_CR))28 #define AX88796L_MEMR (*(vu_short *)(AX88796L_REG_MEMR))52 *( (vu_short *) ((_b_) + ((_o_) * 2) + ISA_OFFSET))54 *((vu_short *)((_b_) + ((_o_) * 2) + ISA_OFFSET)) = (_d_)55 #define DP_IN_DATA(_b_, _d_) (_d_) = *( (vu_short *) ((_b_) + ISA_OFFSET))56 #define DP_OUT_DATA(_b_, _d_) *( (vu_short *) ((_b_)+ISA_OFFSET)) = (_d_)60 #define DP_IN(_b_, _o_, _d_) (_d_) = *( (vu_short *)((_b_)+(_o_ )+ISA_OFFSET))61 #define DP_OUT(_b_, _o_, _d_) *((vu_short *)((_b_)+(_o_)+ISA_OFFSET)) = (_d_)62 #define DP_IN_DATA(_b_, _d_) (_d_) = *( (vu_short *) ((_b_)+ISA_OFFSET))63 #define DP_OUT_DATA(_b_, _d_) *( (vu_short *) ((_b_)+ISA_OFFSET)) = (_d_)
255 return le16_to_cpu(*(vu_short *) (addr + dev->iobase)); in INW()267 *(vu_short *) ((addr + dev->iobase)) = cpu_to_le16(command); in OUTW()
276 return le16_to_cpu(*(vu_short *) (addr + dev->iobase)); in INW()288 *(vu_short *) ((addr + dev->iobase)) = cpu_to_le16(command); in OUTW()
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))380 #define MCFCLOCK_SYNCR (*(vu_short *)(CONFIG_SYS_MBAR+0x120000))387 #define MCFSDRAMC_DCR (*(vu_short *)(CONFIG_SYS_MBAR+0x00000040))421 #define MCFWTM_WCR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140000))422 #define MCFWTM_WMR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140002))423 #define MCFWTM_WCNTR (*(vu_short *)(CONFIG_SYS_MBAR+0x00140004))[all …]
30 #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)
30 #define p4_inw(addr) (*(vu_short *)addr)31 #define p4_outw(data, addr) (*(vu_short *)addr) = (data)
16 #define SH7751_BCR2 (vu_short *)0xFF80000421 #define SH7751_BCR3 (vu_short *)0xFF800050
12 vu_short *vcxk_bws_word = ((vu_short *)(CONFIG_SYS_VCXK_BASE));188 vu_short dataptr; in vcxk_setpixel()
36 vu_short dat; in board_init()
14 typedef volatile unsigned short vu_short; typedef