Home
last modified time | relevance | path

Searched refs:bus_alloc_resource_anywhere (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/sys/dev/ata/
HData-isa.c72 if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_probe()
84 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_probe()
112 if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_attach()
124 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_attach()
/freebsd-14-stable/sys/dev/ichsmb/
HDichsmb_pci.c288 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in ichsmb_pci_attach()
291 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in ichsmb_pci_attach()
/freebsd-14-stable/sys/dev/iicbus/controller/opencores/
HDiicoc_pci.c76 sc->mem_res = bus_alloc_resource_anywhere(dev, in iicoc_attach()
/freebsd-14-stable/sys/dev/sbni/
HDif_sbni_isa.c82 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in sbni_probe_isa()
/freebsd-14-stable/sys/dev/qcom_gcc/
HDqcom_gcc_ipq4018.c107 sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in qcom_gcc_ipq4018_attach()
/freebsd-14-stable/sys/dev/pbio/
HDpbio.c164 scp->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in pbioprobe()
218 sc->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in pbioattach()
/freebsd-14-stable/sys/dev/scc/
HDscc_core.c133 sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype, in scc_bfe_attach()
382 sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype, in scc_bfe_probe()
387 sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype, in scc_bfe_probe()
/freebsd-14-stable/sys/dev/le/
HDif_le_isa.c208 lesc->sc_rres = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &i, in le_isa_probe_legacy()
279 lesc->sc_rres = bus_alloc_resource_anywhere(dev, in le_isa_attach()
/freebsd-14-stable/sys/dev/qcom_rnd/
HDqcom_rnd.c130 sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in qcom_rnd_attach()
/freebsd-14-stable/sys/dev/fdc/
HDfdc_isa.c91 res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &newrid, in fdc_isa_alloc_resources()
/freebsd-14-stable/sys/dev/dpaa/
HDbman.c95 sc->sc_rres = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in bman_attach()
/freebsd-14-stable/sys/dev/smc/
HDif_smc.c237 reg = bus_alloc_resource_anywhere(dev, type, &rid, 16, RF_ACTIVE); in smc_probe()
327 sc->smc_reg = bus_alloc_resource_anywhere(dev, type, &sc->smc_reg_rid, in smc_attach()
334 sc->smc_irq = bus_alloc_resource_anywhere(dev, SYS_RES_IRQ, in smc_attach()
/freebsd-14-stable/sys/dev/oce/
HDoce_hw.c259 sc->devcfg_res = bus_alloc_resource_anywhere(sc->dev, in oce_hw_pci_alloc()
/freebsd-14-stable/sys/dev/ppc/
HDppc.c1698 ppc->res_ioport = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in ppc_probe()
1708 ppc->res_ioport = bus_alloc_resource_anywhere(dev, in ppc_probe()
/freebsd-14-stable/sys/dev/pci/
HDpci_pci.c664 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid, in pcib_setup_secbus()
671 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid, in pcib_setup_secbus()
/freebsd-14-stable/sys/sys/
HDbus.h614 bus_alloc_resource_anywhere(device_t dev, int type, int *rid, in bus_alloc_resource_anywhere() function
/freebsd-14-stable/sys/dev/aac/
HDaac.c1783 sc->aac_regs_res1 = bus_alloc_resource_anywhere(sc->aac_dev, in aac_check_firmware()
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid.c1664 sc->aac_regs_res0 = bus_alloc_resource_anywhere( in aac_check_firmware()