Home
last modified time | relevance | path

Searched refs:bus_alloc_resource (Results 1 – 25 of 181) sorted by relevance

12345678

/freebsd-12.1/sys/dev/atkbdc/
H A Datkbdc_ebus.c71 DEVMETHOD(bus_alloc_resource, bus_generic_rl_alloc_resource),
140 port0 = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, start, start, 1, in atkbdc_ebus_probe()
155 port1 = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, start, start, 1, in atkbdc_ebus_probe()
208 sc->port0 = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, start, start, in atkbdc_ebus_attach()
223 sc->port1 = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, start, start, in atkbdc_ebus_attach()
/freebsd-12.1/sys/dev/terasic/mtl/
H A Dterasic_mtl_nexus.c120 sc->mtl_reg_res = bus_alloc_resource(dev, SYS_RES_MEMORY, in terasic_mtl_nexus_attach()
131 sc->mtl_pixel_res = bus_alloc_resource(dev, SYS_RES_MEMORY, in terasic_mtl_nexus_attach()
142 sc->mtl_text_res = bus_alloc_resource(dev, SYS_RES_MEMORY, in terasic_mtl_nexus_attach()
/freebsd-12.1/sys/dev/dpaa/
H A Dportals_common.c75 sc->sc_rres[0] = bus_alloc_resource(dev, in dpaa_portal_alloc_res()
88 sc->sc_rres[1] = bus_alloc_resource(dev, in dpaa_portal_alloc_res()
113 sc->sc_dp[cpu].dp_ires = bus_alloc_resource(dev, in dpaa_portal_alloc_res()
H A Dfman_fdt.c59 DEVMETHOD(bus_alloc_resource, fman_alloc_resource),
/freebsd-12.1/sys/dev/ipmi/
H A Dipmi_isa.c219 sc->ipmi_io_res[0] = bus_alloc_resource(dev, type, in ipmi_isa_attach()
229 sc->ipmi_io_res[i] = bus_alloc_resource(dev, type, in ipmi_isa_attach()
245 sc->ipmi_irq_res = bus_alloc_resource(dev, SYS_RES_IRQ, in ipmi_isa_attach()
/freebsd-12.1/sys/x86/pci/
H A Dqpi.c208 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
290 DEVMETHOD(bus_alloc_resource, qpi_pcib_alloc_resource),
294 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-12.1/sys/x86/xen/
H A Dxenpv.c119 res = bus_alloc_resource(child, SYS_RES_MEMORY, res_id, LOW_MEM_LIMIT, in xenpv_alloc_physmem()
158 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-12.1/sys/mips/sibyte/
H A Dsb_zbpci.c98 res = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, in zbpci_attach()
120 res = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, CFG_PADDR_BASE, in zbpci_attach()
130 res = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, in zbpci_attach()
438 DEVMETHOD(bus_alloc_resource, zbpci_alloc_resource),
/freebsd-12.1/sys/dev/ahci/
H A Dahci_generic.c157 DEVMETHOD(bus_alloc_resource, ahci_alloc_resource),
181 DEVMETHOD(bus_alloc_resource, ahci_alloc_resource),
/freebsd-12.1/sys/dev/sound/isa/
H A Dgusc.c191 res = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, base + 0x100, in gusisa_probe()
240 res2 = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid2, base, base, 1, in gusisa_probe()
507 scp->io[i] = bus_alloc_resource(scp->dev, SYS_RES_IOPORT, &scp->io_rid[i], in alloc_resource()
537 scp->drq[i] = bus_alloc_resource(scp->dev, SYS_RES_DRQ, &scp->drq_rid[i], in alloc_resource()
653 DEVMETHOD(bus_alloc_resource, gusc_alloc_resource),
/freebsd-12.1/sys/dev/pccbb/
H A Dpccbb_isa.c144 res = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, i, i, in cbb_isa_activate()
228 DEVMETHOD(bus_alloc_resource, cbb_alloc_resource),
/freebsd-12.1/sys/x86/x86/
H A Dmptable_pci.c173 DEVMETHOD(bus_alloc_resource, mptable_hostb_alloc_resource),
176 DEVMETHOD(bus_alloc_resource, legacy_pcib_alloc_resource),
/freebsd-12.1/sys/dev/pci/
H A Disa_pci.c73 DEVMETHOD(bus_alloc_resource, isab_pci_alloc_resource),
192 sc->isab_pci_res[bar].ip_res = bus_alloc_resource(dev, type, in isab_pci_alloc_resource()
H A Dhostb_pci.c110 return (bus_alloc_resource(dev, type, rid, start, end, count, flags)); in pci_hostb_alloc_resource()
263 DEVMETHOD(bus_alloc_resource, pci_hostb_alloc_resource),
/freebsd-12.1/sys/mips/cavium/
H A Dciu.c130 sc->ciu_irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, CIU_IRQ_HARD, in ciu_attach()
188 return (bus_alloc_resource(device_get_parent(bus), type, rid, in ciu_alloc_resource()
468 DEVMETHOD(bus_alloc_resource, ciu_alloc_resource),
/freebsd-12.1/sys/powerpc/mambo/
H A Dmambo.c65 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-12.1/sys/dev/ncv/
H A Dncr53c500_pccard.c161 sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->port_rid, in ncv_alloc_resource()
171 sc->port_res_dmy = bus_alloc_resource(dev, SYS_RES_IOPORT, in ncv_alloc_resource()
/freebsd-12.1/sys/dev/quicc/
H A Dquicc_bfe_fdt.c58 DEVMETHOD(bus_alloc_resource, quicc_bus_alloc_resource),
/freebsd-12.1/sys/dev/scc/
H A Dscc_bfe_macio.c79 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
H A Dscc_bfe_sbus.c79 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
H A Dscc_bfe_ebus.c83 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
H A Dscc_bfe_quicc.c85 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
/freebsd-12.1/sys/dev/puc/
H A Dpuc_pccard.c82 DEVMETHOD(bus_alloc_resource, puc_bus_alloc_resource),
/freebsd-12.1/sys/dev/ppc/
H A Dppc_puc.c61 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_acpi.c69 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),

12345678