| /src/sys/arch/evbarm/lubbock/ |
| lubbock_var.h | 78 #define d_led(value) ioreg16_write( LUBBOCK_OBIO_VBASE+LUBBOCK_LEDCTL, (value) ) 93 ioreg16_write(LUBBOCK_OBIO_VBASE+(offset), (value))
|
| lubbock_reg.h | 91 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro
|
| /src/sys/arch/evbarm/gumstix/ |
| gumstixreg.h | 69 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro
|
| /src/sys/arch/evbarm/kobo/ |
| kobo_reg.h | 64 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a) = (v)) macro
|
| /src/sys/arch/evbarm/netwalker/ |
| netwalker_reg.h | 61 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a) = (v)) macro
|
| netwalker_machdep.c | 332 ioreg16_write(NETWALKER_WDOG_VBASE + IMX_WDOG_WMCR, 0);
|
| /src/sys/arch/evbarm/g42xxeb/ |
| g42xxeb_reg.h | 112 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro 118 #define pldreg16_write(off,v) ioreg16_write(G42XXEB_PLDREG_VBASE+(off),v)
|
| /src/sys/arch/zaurus/zaurus/ |
| zaurus_reg.h | 58 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro
|