Searched refs:bus_space_subregion (Results 1 - 25 of 40) sorted by path

12

/freebsd-11-stable/stand/kshim/
H A Dbsd_busspace.c41 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, function
H A Dbsd_kernel.h449 int bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh,
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona.c364 if (bus_space_subregion(sc->ec_st, sc->ec_sh, ECONA_PIC_BASE,
368 if (bus_space_subregion(sc->ec_st, sc->ec_sh, ECONA_SYSTEM_BASE,
H A Dohci_ec.c123 if (bus_space_subregion(sc->sc_ohci.sc_io_tag, bsh, 0x4000000,
/freebsd-11-stable/sys/arm/include/
H A Dbus.h310 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_ehci.c246 rv = bus_space_subregion(esc->sc_io_tag,
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c234 err = bus_space_subregion(esc->base.sc_io_tag, bsh, 0x0,
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h293 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/dev/aic7xxx/
H A Dahd_pci.c179 error = bus_space_subregion(ahd->tags[0], ahd->bshs[0],
/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/dev/bhnd/cores/chipc/
H A Dchipc_subr.c153 error = bus_space_subregion(bt, bh, offset, size, &child_bh);
/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/dev/gem/
H A Dif_gem_pci.c204 bus_space_subregion(rman_get_bustag(sc->sc_res[GEM_RES_BANK1]),
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme_pci.c192 bus_space_subregion(memt, memh, 0x0000, 0x1000, &sc->sc_sebh);
193 bus_space_subregion(memt, memh, 0x2000, 0x1000, &sc->sc_etxh);
194 bus_space_subregion(memt, memh, 0x4000, 0x1000, &sc->sc_erxh);
195 bus_space_subregion(memt, memh, 0x6000, 0x1000, &sc->sc_mach);
196 bus_space_subregion(memt, memh, 0x7000, 0x1000, &sc->sc_mifh);
H A Dif_hme_sbus.c219 bus_space_subregion(sc->sc_mact, sc->sc_mach,
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_pci.c411 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh);
H A Dmvs_soc.c357 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh);
/freebsd-11-stable/sys/dev/puc/
H A Dpuc.c303 bus_space_subregion(bst, bsh, ofs, size, &bsh);
/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/siis/
H A Dsiis.c335 bus_space_subregion(bst, bsh, offset, 0x2000, &bsh);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci_fsl.c268 err = bus_space_subregion(iot, ioh, FSL_EHCI_REG_OFF, FSL_EHCI_REG_SIZE,
H A Dehci_mv.c171 if (bus_space_subregion(sc->sc_io_tag, bsh, MV_USB_HOST_OFST,
/freebsd-11-stable/sys/mips/include/
H A Dbus.h271 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h250 * int bus_space_subregion (bus_space_tag_t t,
261 #define bus_space_subregion(t, h, o, s, nhp) \ 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

Completed in 339 milliseconds

12