/freebsd/sys/dev/ata/ |
H A D | ata-isa.c | 71 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 D | ichsmb_pci.c | 294 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in ichsmb_pci_attach() 297 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in ichsmb_pci_attach()
|
/freebsd/sys/dev/iicbus/controller/opencores/ |
H A D | iicoc_pci.c | 74 sc->mem_res = bus_alloc_resource_anywhere(dev, in iicoc_attach()
|
/freebsd/sys/dev/pbio/ |
H A D | pbio.c | 163 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 D | if_sbni_isa.c | 81 sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, in sbni_probe_isa()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 132 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/qcom_gcc/ |
H A D | qcom_gcc_main.c | 145 sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in qcom_gcc_attach()
|
/freebsd/sys/dev/le/ |
H A D | if_le_isa.c | 205 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 D | qcom_rnd.c | 129 sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in qcom_rnd_attach()
|
/freebsd/sys/dev/fdc/ |
H A D | fdc_isa.c | 90 res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &newrid, in fdc_isa_alloc_resources()
|
/freebsd/sys/dev/smc/ |
H A D | if_smc.c | 237 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/sys/dev/dpaa/ |
H A D | bman.c | 94 sc->sc_rres = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY, in bman_attach()
|
/freebsd/sys/dev/oce/ |
H A D | oce_hw.c | 259 sc->devcfg_res = bus_alloc_resource_anywhere(sc->dev, in oce_hw_pci_alloc()
|
/freebsd/sys/dev/ppc/ |
H A D | ppc.c | 1698 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 D | pci_pci.c | 648 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid, in pcib_setup_secbus() 655 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid, in pcib_setup_secbus()
|
/freebsd/sys/sys/ |
H A D | bus.h | 597 bus_alloc_resource_anywhere(device_t dev, int type, int *rid, in bus_alloc_resource_anywhere() function
|
/freebsd/sys/dev/aac/ |
H A D | aac.c | 1780 sc->aac_regs_res1 = bus_alloc_resource_anywhere(sc->aac_dev, in aac_check_firmware()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 1665 sc->aac_regs_res0 = bus_alloc_resource_anywhere( in aac_check_firmware()
|