Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dnvbl.c133 bus_write_stream_4(sc->sc_memr, NVIDIA_MMIO_PMC + 4, 0x01000001); in nvbl_attach()
163 bus_write_stream_4(sc->sc_memr, NVIDIA_PMC_OFF, pmc_reg); in nvbl_setlevel()
/freebsd/sys/dev/vge/
H A Dif_vgevar.h215 bus_write_stream_4(sc->vge_res, reg, val)
/freebsd/sys/dev/bhnd/
H A Dbhnd.h1720 bus_write_stream_4((r)->res, (o), (v)) : \
H A Dbhnd_bus_if.m1320 /** An implementation of bus_write_stream_4() compatible with bhnd_resource */
/freebsd/sys/sys/
H A Dbus.h1037 #define bus_write_stream_4(r, o, v) \ macro