Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5282.h111 #define MCFGPIO_PORTA (*(vu_char *) (CONFIG_SYS_MBAR+0x100000))
112 #define MCFGPIO_PORTB (*(vu_char *) (CONFIG_SYS_MBAR+0x100001))
130 #define MCFGPIO_DDRA (*(vu_char *) (CONFIG_SYS_MBAR+0x100014))
131 #define MCFGPIO_DDRB (*(vu_char *) (CONFIG_SYS_MBAR+0x100015))
132 #define MCFGPIO_DDRC (*(vu_char *) (CONFIG_SYS_MBAR+0x100016))
133 #define MCFGPIO_DDRD (*(vu_char *) (CONFIG_SYS_MBAR+0x100017))
134 #define MCFGPIO_DDRE (*(vu_char *) (CONFIG_SYS_MBAR+0x100018))
135 #define MCFGPIO_DDRF (*(vu_char *) (CONFIG_SYS_MBAR+0x100019))
136 #define MCFGPIO_DDRG (*(vu_char *) (CONFIG_SYS_MBAR+0x10001A))
137 #define MCFGPIO_DDRH (*(vu_char *) (CONFIG_SYS_MBAR+0x10001B))
[all …]
/openbmc/u-boot/board/renesas/ap325rxa/
H A Dcpld-ap325rxa.c31 #define SCBRR (vu_char *)(SCIF_BASE + 0x04)
33 #define SC_TDR (vu_char *)(SCIF_BASE + 0x0C)
55 #define CPLD_PROG_ADR ((vu_char *)0xA4050132)
59 #define CPLD_INIT_ADR ((vu_char *)0xA4050132)
61 #define CPLD_DONE_ADR ((vu_char *)0xA4050132)
67 #define MODE_SW (vu_char *)0xA405012A
/openbmc/u-boot/drivers/net/
H A Dne2000.h90 #define DP_IN(_b_, _o_, _d_) (_d_) = *( (vu_char *) ((_b_)+(_o_)))
91 #define DP_OUT(_b_, _o_, _d_) *( (vu_char *) ((_b_)+(_o_))) = (_d_)
92 #define DP_IN_DATA(_b_, _d_) (_d_) = *( (vu_char *) ((_b_)))
93 #define DP_OUT_DATA(_b_, _d_) *( (vu_char *) ((_b_))) = (_d_)
H A Dne2000_base.c698 vu_char *p = (vu_char *) CONFIG_DRIVER_NE2000_CCR; in ne2k_setup_driver()
/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c11 vu_char *vcxk_bws = ((vu_char *) (CONFIG_SYS_VCXK_BASE));
90 vu_char VC4K16;
222 VCXK_BWS_LONG(cnt*2, (*(vu_char *) source)); in vcxk_loadimage()
/openbmc/u-boot/examples/standalone/
H A Dsched.c41 typedef vu_char *jmp_ctx;
42 unsigned long setctxsp (vu_char *sp);
280 setctxsp ((vu_char *)&lthreads[id].stack[STK_SIZE]); in thread_start()
/openbmc/u-boot/include/
H A Dcommon.h15 typedef volatile unsigned char vu_char; typedef