Home
last modified time | relevance | path

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

/netbsd/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_reg.h114 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
119 #define pldreg8_read(off) ioreg8_read(G42XXEB_PLDREG_VBASE+(off))
/netbsd/sys/arch/evbarm/gumstix/
H A Dgumstixreg.h71 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
/netbsd/sys/arch/evbarm/netwalker/
H A Dnetwalker_reg.h63 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
/netbsd/sys/arch/zaurus/zaurus/
H A Dzaurus_reg.h59 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
/netbsd/sys/arch/evbarm/kobo/
H A Dkobo_reg.h66 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
/netbsd/sys/arch/evbarm/lubbock/
H A Dlubbock_reg.h93 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
H A Dlubbock_var.h95 #define obio8_read(offset) ioreg8_read(LUBBOCK_OBIO_VBASE+(offset))