Home
last modified time | relevance | path

Searched refs:rman_adjust_resource (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Drman.h127 int rman_adjust_resource(struct resource *r, rman_res_t start, rman_res_t end);
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c334 return (rman_adjust_resource(res, start, end)); in thunder_pem_adjust_resource()
/f-stack/freebsd/x86/x86/
H A Dnexus.c432 return (rman_adjust_resource(r, start, end)); in nexus_adjust_resource()
/f-stack/freebsd/kern/
H A Dsubr_rman.c315 rman_adjust_resource(struct resource *rr, rman_res_t start, rman_res_t end) in rman_adjust_resource() function
/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.c490 return (rman_adjust_resource(res, start, end)); in mtk_pci_adjust_resource()