HomeSort by: relevance | last modified time | path
    Searched refs:ioreg8_read (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/evbarm/gumstix/
gumstixreg.h 71 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
  /src/sys/arch/evbarm/kobo/
kobo_reg.h 66 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
  /src/sys/arch/evbarm/netwalker/
netwalker_reg.h 63 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_reg.h 114 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
119 #define pldreg8_read(off) ioreg8_read(G42XXEB_PLDREG_VBASE+(off))
  /src/sys/arch/evbarm/lubbock/
lubbock_reg.h 93 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro
lubbock_var.h 95 #define obio8_read(offset) ioreg8_read(LUBBOCK_OBIO_VBASE+(offset))
  /src/sys/arch/zaurus/zaurus/
zaurus_reg.h 59 #define ioreg8_read(a) (*(volatile uint8_t *)(a)) macro

Completed in 13 milliseconds