Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-isa.c71 if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_probe()
83 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_probe()
111 if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_attach()
123 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in ata_isa_attach()
/freebsd/sys/dev/ichsmb/
H A Dichsmb_pci.c285 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in ichsmb_pci_attach()
288 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in ichsmb_pci_attach()
/freebsd/sys/dev/iicbus/controller/opencores/
H A Diicoc_pci.c75 sc->mem_res = bus_alloc_resource_anywhere(dev, in iicoc_attach()
/freebsd/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018.c106 sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in qcom_gcc_ipq4018_attach()
/freebsd/sys/dev/pbio/
H A Dpbio.c163 scp->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in pbioprobe()
217 sc->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid, in pbioattach()
/freebsd/sys/dev/sbni/
H A Dif_sbni_isa.c81 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in sbni_probe_isa()
/freebsd/sys/dev/scc/
H A Dscc_core.c132 sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype, in scc_bfe_attach()
381 sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype, in scc_bfe_probe()
386 sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype, in scc_bfe_probe()
/freebsd/sys/dev/le/
H A Dif_le_isa.c205 lesc->sc_rres = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &i, in le_isa_probe_legacy()
276 lesc->sc_rres = bus_alloc_resource_anywhere(dev, in le_isa_attach()
/freebsd/sys/dev/qcom_rnd/
H A Dqcom_rnd.c129 sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in qcom_rnd_attach()
/freebsd/sys/dev/fdc/
H A Dfdc_isa.c90 res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &newrid, in fdc_isa_alloc_resources()
/freebsd/sys/dev/dpaa/
H A Dbman.c94 sc->sc_rres = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in bman_attach()
/freebsd/sys/dev/smc/
H A Dif_smc.c237 reg = bus_alloc_resource_anywhere(dev, type, &rid, 16, RF_ACTIVE); in smc_probe()
331 sc->smc_reg = bus_alloc_resource_anywhere(dev, type, &sc->smc_reg_rid, in smc_attach()
338 sc->smc_irq = bus_alloc_resource_anywhere(dev, SYS_RES_IRQ, in smc_attach()
/freebsd/sys/dev/oce/
H A Doce_hw.c259 sc->devcfg_res = bus_alloc_resource_anywhere(sc->dev, in oce_hw_pci_alloc()
/freebsd/sys/dev/ppc/
H A Dppc.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/sys/dev/pci/
H A Dpci_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/sys/sys/
H A Dbus.h603 bus_alloc_resource_anywhere(device_t dev, int type, int *rid, in bus_alloc_resource_anywhere() function
/freebsd/sys/dev/aac/
H A Daac.c1783 sc->aac_regs_res1 = bus_alloc_resource_anywhere(sc->aac_dev, in aac_check_firmware()
/freebsd/sys/dev/aacraid/
H A Daacraid.c1664 sc->aac_regs_res0 = bus_alloc_resource_anywhere( in aac_check_firmware()