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

12

/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/stand/kshim/
H A Dbsd_busspace.c41 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, function
/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/sparc64/sparc64/
H A Djbusppm.c194 bus_space_subregion(sc->sc_bt[i], sc->sc_bh[i],
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c234 err = bus_space_subregion(esc->base.sc_io_tag, bsh, 0x0,
H A Dexynos5_ehci.c295 err = bus_space_subregion(sc->sc_io_tag, bsh, 0x0,
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dohci_ec.c123 if (bus_space_subregion(sc->sc_ohci.sc_io_tag, bsh, 0x4000000,
H A Dehci_ebus.c134 if (bus_space_subregion(sc->sc_io_tag, bsh, 0x4000000,
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,
/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/gem/
H A Dif_gem_pci.c204 bus_space_subregion(rman_get_bustag(sc->sc_res[GEM_RES_BANK1]),
/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,
H A Dehci_imx.c103 * bus_space_subregion() to create another resource that maps just the standard
419 err = bus_space_subregion(esc->sc_io_tag,
423 device_printf(dev, "bus_space_subregion() failed\n");
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_ehci.c246 rv = bus_space_subregion(esc->sc_io_tag,
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_ehci.c175 if (bus_space_subregion(sc->sc_io_tag, bsh, 0x00,
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_ehci.c252 if (bus_space_subregion(sc->sc_io_tag, bsh, EHCI_REG_OFFSET,
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_ehci.c323 err = bus_space_subregion(sc->sc_io_tag, bsh, 0x100,
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h115 static int bus_space_subregion(bus_space_tag_t, bus_space_handle_t,
145 bus_space_subregion(bus_space_tag_t t __unused, bus_space_handle_t h, function
/freebsd-11-stable/sys/x86/include/
H A Dbus.h147 static __inline int bus_space_subregion(bus_space_tag_t t,
153 bus_space_subregion(bus_space_tag_t t __unused, bus_space_handle_t bsh, function
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c242 bus_space_subregion(tag, h0, KBD_DATA_PORT, 1, &h0);
246 bus_space_subregion(tag, h1, KBD_STATUS_PORT, 1, &h1);
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_soc.c357 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh);
/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/sparc64/ebus/
H A Debus.c528 rv = bus_space_subregion(bt,

Completed in 226 milliseconds

12