Searched refs:ioreg16_write (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dgumstixreg.h58 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dlubbock_var.h78 #define d_led(value) ioreg16_write( LUBBOCK_OBIO_VBASE+LUBBOCK_LEDCTL, (value) )
93 ioreg16_write(LUBBOCK_OBIO_VBASE+(offset), (value))
H A Dlubbock_reg.h91 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/zaurus/
H A Dzaurus_reg.h57 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/netwalker/
H A Dnetwalker_reg.h61 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a) = (v)) macro
H A Dnetwalker_machdep.c847 ioreg16_write(NETWALKER_WDOG_VBASE + IMX_WDOG_WMCR, 0);
1146 ioreg16_write(NETWALKER_WDOG_VBASE + IMX_WDOG_WMCR, 0);
1158 ioreg16_write(WDOG1_BASE + IMX_WDOG_WSR, WSR_MAGIC1);
1159 ioreg16_write(WDOG1_BASE + IMX_WDOG_WSR, WSR_MAGIC2);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_reg.h112 #define ioreg16_write(a,v) (*(volatile uint16_t *)(a)=(v)) macro
118 #define pldreg16_write(off,v) ioreg16_write(G42XXEB_PLDREG_VBASE+(off),v)

Completed in 60 milliseconds