Home
last modified time | relevance | path

Searched refs:bus_read_stream_4 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dnvbl.c132 if (!(bus_read_stream_4(sc->sc_memr, NVIDIA_MMIO_PMC + 4) & 0x01000001)) { in nvbl_attach()
161 pmc_reg = bus_read_stream_4(sc->sc_memr, NVIDIA_PMC_OFF) & 0xffff; in nvbl_setlevel()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h1702 bus_read_stream_4((r)->res, (o)) : \
H A Dbhnd_bus_if.m1294 /** An implementation of bus_read_stream_4() compatible with bhnd_resource */
/freebsd/sys/sys/
H A Dbus.h1026 #define bus_read_stream_4(r, o) \ macro