Searched refs:bus_space_subregion (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dupa.c276 bus_space_subregion(sc->sc_bt[i], sc->sc_bh[i],
/freebsd-11-stable/sys/dev/scc/
H A Dscc_core.c182 bus_space_subregion(rman_get_bustag(sc->sc_rres),
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_pci.c411 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h449 int bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh,
/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c500 bus_space_subregion(sc->sc_regt, sc->sc_memh, MACH64_REG_OFF,
1208 if (bus_space_subregion(sc->sc_regt, sc->sc_memh, MACH64_REG_OFF,
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h293 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h293 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/dev/puc/
H A Dpuc.c303 bus_space_subregion(bst, bsh, ofs, size, &bsh);
/freebsd-11-stable/sys/arm/include/
H A Dbus.h310 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c1219 error = bus_space_subregion(bt, bh, offset, size, &child_bh);
/freebsd-11-stable/sys/mips/include/
H A Dbus.h271 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c335 bus_space_subregion(bst, bsh, offset, 0x2000, &bsh);
/freebsd-11-stable/share/man/man9/
H A DMakefile572 bus_space.9 bus_space_subregion.9 \
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c576 bus_space_subregion(bst, bsh, offset, 128, &bsh);

Completed in 417 milliseconds

12