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.c92 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/arm/arm/
H A Dnexus.c122 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/riscv/riscv/
H A Dnexus.c111 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/powerpc/psim/
H A Diobus.c349 return (bus_generic_rman_adjust_resource(bus, child, r, start, in iobus_adjust_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c134 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/x86/x86/
H A Dnexus.c139 DEVMETHOD(bus_adjust_resource, bus_generic_rman_adjust_resource),
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c660 return (bus_generic_rman_adjust_resource(bus, child, res, in ofw_pcib_adjust_resource()
/freebsd/sys/powerpc/powermac/
H A Duninorth.c562 return (bus_generic_rman_adjust_resource(bus, child, r, start, in unin_chip_adjust_resource()
H A Dmacio.c602 return (bus_generic_rman_adjust_resource(bus, child, r, start, in macio_adjust_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c603 return (bus_generic_rman_adjust_resource(dev, child, res, in generic_pcie_adjust_resource()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c353 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.c479 return (bus_generic_rman_adjust_resource(dev, child, r, start, end)); in vmd_adjust_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c365 return (bus_generic_rman_adjust_resource(dev, child, res, start, in thunder_pem_adjust_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c768 return (bus_generic_rman_adjust_resource(dev, child, r, start, in lbc_adjust_resource()
/freebsd/sys/arm/mv/
H A Dmv_pci.c951 return (bus_generic_rman_adjust_resource(dev, child, r, start, in mv_pcib_adjust_resource()
/freebsd/sys/sys/
H A Dbus.h506 int bus_generic_rman_adjust_resource(device_t dev, device_t child,
/freebsd/sys/kern/
H A Dsubr_bus.c4259 bus_generic_rman_adjust_resource(device_t dev, device_t child, in bus_generic_rman_adjust_resource() function