Home
last modified time | relevance | path

Searched defs:READ4 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dagp_i810.c50 #define READ4(off) bus_space_read_4(isc->map->bst, isc->map->bsh, off) macro
H A Dagp_amd.c45 #define READ4(off) bus_space_read_4(asc->iot, asc->ioh, off) macro
H A Dauacer.c119 #define READ4(sc, a) bus_space_read_4(sc->iot, sc->aud_ioh, a) macro
/openbsd-src/sys/dev/ic/
H A Drtsx.c68 #define READ4(sc, reg) \ macro
/openbsd-src/sys/arch/armv7/omap/
H A Domgpio.c188 #define READ4(sc, reg) omgpio_read4(sc, reg) macro