Home
last modified time | relevance | path

Searched refs:bus_read_region_1 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/gem/
H A Dif_gem_pci.c275 bus_read_region_1(sc->sc_res[GEM_RES_MEM], in gem_pci_attach()
/freebsd/sys/dev/mgb/
H A Dif_mgb.h246 bus_read_region_1((sc)->regs, reg, dest, cnt)
/freebsd/sys/dev/le/
H A Dif_le_pci.c399 bus_read_region_1(lesc->sc_rres, 0, sc->sc_enaddr, in le_pci_attach()
/freebsd/sys/dev/cas/
H A Dif_cas.c2791 bus_read_region_1(sc->sc_res[CAS_RES_MEM], in cas_pci_attach()
2797 bus_read_region_1(sc->sc_res[CAS_RES_MEM], in cas_pci_attach()
2811 bus_read_region_1(sc->sc_res[CAS_RES_MEM], in cas_pci_attach()
2821 bus_read_region_1(sc->sc_res[CAS_RES_MEM], in cas_pci_attach()
/freebsd/sys/dev/cardbus/
H A Dcardbus_cis.c419 bus_read_region_1(res, *off + start + 2, tupledata, *len); in cardbus_read_tuple_mem()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h1510 bus_read_region_1((r)->res, (o), (d), (c)) : \
H A Dbhnd_bus_if.m1515 /** An implementation of bus_read_region_1() compatible with bhnd_resource */
/freebsd/sys/sys/
H A Dbus.h943 #define bus_read_region_1(r, o, d, c) \ macro