Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dnexus.c93 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/arm/arm/
H A Dnexus.c123 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/riscv/riscv/
H A Dnexus.c112 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/powerpc/psim/
H A Diobus.c350 return (bus_generic_rman_adjust_resource(bus, child, r, start, in iobus_adjust_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c136 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/x86/x86/
H A Dnexus.c137 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/powerpc/powermac/
H A Duninorth.c563 return (bus_generic_rman_adjust_resource(bus, child, r, start, in unin_chip_adjust_resource()
H A Dmacio.c603 return (bus_generic_rman_adjust_resource(bus, child, r, start, in macio_adjust_resource()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c641 return (bus_generic_rman_adjust_resource(bus, child, res, in ofw_pcib_adjust_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c584 return (bus_generic_rman_adjust_resource(dev, child, res, in generic_pcie_adjust_resource()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c349 return (bus_generic_rman_adjust_resource(mcdev, child, r, in dpaa2_mc_adjust_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c119 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/dev/vmd/
H A Dvmd.c476 return (bus_generic_rman_adjust_resource(dev, child, r, start, end)); in vmd_adjust_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c353 return (bus_generic_rman_adjust_resource(dev, child, res, start, in thunder_pem_adjust_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c769 return (bus_generic_rman_adjust_resource(dev, child, r, start, in lbc_adjust_resource()
/freebsd/sys/arm/mv/
H A Dmv_pci.c948 return (bus_generic_rman_adjust_resource(dev, child, r, start, in mv_pcib_adjust_resource()
/freebsd/sys/sys/
H A Dbus.h496 int bus_generic_rman_adjust_resource(device_t dev, device_t child,
/freebsd/sys/kern/
H A Dsubr_bus.c4359 bus_generic_rman_adjust_resource(device_t dev, device_t child, in bus_generic_rman_adjust_resource() function