Searched defs:READ4 (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/sys/dev/pci/ |
H A D | agp_i810.c | 50 #define READ4(off) bus_space_read_4(isc->map->bst, isc->map->bsh, off) macro
|
H A D | agp_amd.c | 45 #define READ4(off) bus_space_read_4(asc->iot, asc->ioh, off) macro
|
H A D | auacer.c | 119 #define READ4(sc, a) bus_space_read_4(sc->iot, sc->aud_ioh, a) macro
|
/openbsd-src/sys/dev/ic/ |
H A D | rtsx.c | 68 #define READ4(sc, reg) \ macro
|
/openbsd-src/sys/arch/armv7/omap/ |
H A D | omgpio.c | 188 #define READ4(sc, reg) omgpio_read4(sc, reg) macro
|