HomeSort by: relevance | last modified time | path
    Searched defs:ioreg16_read (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/evbarm/netwalker/
netwalker_reg.h 60 #define ioreg16_read(a) (*(volatile uint16_t *)(a)) macro
  /src/sys/arch/evbarm/kobo/
kobo_reg.h 63 #define ioreg16_read(a) (*(volatile uint16_t *)(a)) macro
  /src/sys/arch/evbarm/gumstix/
gumstixreg.h 68 #define ioreg16_read(a) (*(volatile uint16_t *)(a)) macro
  /src/sys/arch/evbarm/lubbock/
lubbock_reg.h 90 #define ioreg16_read(a) (*(volatile uint16_t *)(a)) macro
  /src/sys/arch/zaurus/zaurus/
zaurus_reg.h 57 #define ioreg16_read(a) (*(volatile uint16_t *)(a)) macro
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_reg.h 111 #define ioreg16_read(a) (*(volatile uint16_t *)(a)) macro
117 #define pldreg16_read(off) ioreg16_read(G42XXEB_PLDREG_VBASE+(off))

Completed in 48 milliseconds