Home
last modified time | relevance | path

Searched refs:bus_read_stream_2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dnvbl.c173 level = bus_read_stream_2(sc->sc_memr, NVIDIA_PMC_OFF) & 0x7fff; in nvbl_getlevel()
/freebsd/sys/dev/ata/
H A Data-all.h508 bus_read_stream_2((res), (offset))
/freebsd/sys/dev/bhnd/
H A Dbhnd.h1618 bus_read_stream_2((r)->res, (o)) : \
H A Dbhnd_bus_if.m1286 /** An implementation of bus_read_stream_2() compatible with bhnd_resource */
/freebsd/sys/sys/
H A Dbus.h990 #define bus_read_stream_2(r, o) \ macro