Home
last modified time | relevance | path

Searched defs:ioreg_read (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/arch/evbarm/imx31/
H A Dimx31lk_reg.h45 #define ioreg_read(a) (*(volatile uint32_t *)(a)) macro
/netbsd-src/sys/arch/evbarm/viper/
H A Dviper_reg.h46 #define ioreg_read(a) (*(volatile uint32_t *)(a)) macro
/netbsd-src/sys/arch/evbarm/netwalker/
H A Dnetwalker_reg.h54 #define ioreg_read(a) (*(volatile uint32_t *)(a)) macro
/netbsd-src/sys/arch/evbarm/kobo/
H A Dkobo_reg.h57 #define ioreg_read(a) (*(volatile uint32_t *)(a)) macro
/netbsd-src/sys/arch/evbarm/gumstix/
H A Dgumstixreg.h65 #define ioreg_read(a) (*(volatile unsigned *)(a)) macro
/netbsd-src/sys/arch/zaurus/zaurus/
H A Dzaurus_reg.h55 #define ioreg_read(a) (*(volatile uint32_t *)(a)) macro
/netbsd-src/sys/arch/evbarm/lubbock/
H A Dlubbock_reg.h87 #define ioreg_read(a) (*(volatile unsigned *)(a)) macro
/netbsd-src/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_reg.h108 #define ioreg_read(a) (*(volatile unsigned *)(a)) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Datom.h120 uint32_t (* ioreg_read)(struct card_info *, uint32_t); /* filled by driver */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Datom.h123 uint32_t (* ioreg_read)(struct card_info *, uint32_t); /* filled by driver */ member