Home
last modified time | relevance | path

Searched refs:rman_set_bushandle (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dnexus.c263 rman_set_bushandle(rv, rman_get_start(rv)); in nexus_alloc_resource()
368 rman_set_bushandle(r, vaddr); in nexus_activate_resource()
414 rman_set_bushandle(r, 0); in nexus_deactivate_resource()
H A Dgic_v3.c1238 rman_set_bushandle(&r_res, r_bsh); in gic_v3_redist_find()
/f-stack/freebsd/arm/arm/
H A Dnexus.c377 rman_set_bushandle(r, vaddr); in nexus_activate_resource()
407 rman_set_bushandle(r, 0); in nexus_deactivate_resource()
/f-stack/freebsd/mips/malta/
H A Dobio.c147 rman_set_bushandle(rv, bh); in obio_alloc_resource()
H A Dgt_pci.c665 rman_set_bushandle(rv, bh); in gt_pci_alloc_resource()
688 rman_set_bushandle(r, p); in gt_pci_activate_resource()
/f-stack/freebsd/mips/cavium/
H A Dobio.c167 rman_set_bushandle(rv, bh); in obio_alloc_resource()
H A Doctopci.c271 rman_set_bushandle(res, sc->sc_mem1_base + rman_get_start(res)); in octopci_alloc_resource()
274 rman_set_bushandle(res, sc->sc_io_base + rman_get_start(res)); in octopci_alloc_resource()
318 rman_set_bushandle(res, bh); in octopci_activate_resource()
/f-stack/freebsd/sys/
H A Drman.h155 void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
/f-stack/freebsd/mips/mips/
H A Dnexus.c441 rman_set_bushandle(r, (bus_space_handle_t)(uintptr_t)vaddr); in nexus_activate_resource()
468 rman_set_bushandle(r, 0); in nexus_deactivate_resource()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c286 rman_set_bushandle(r, (bus_space_handle_t)(uintptr_t)vaddr); in xlp_simplebus_activate_resource()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c282 rman_set_bushandle(r, vaddr); in thunder_pem_activate_resource()
305 rman_set_bushandle(r, 0); in thunder_pem_deactivate_resource()
/f-stack/freebsd/arm/versatile/
H A Dversatile_pci.c364 rman_set_bushandle(r, vaddr); in versatile_pci_activate_resource()
/f-stack/freebsd/kern/
H A Dsubr_rman.c901 rman_set_bushandle(struct resource *r, bus_space_handle_t h) in rman_set_bushandle() function
921 rman_set_bushandle(r, map->r_bushandle); in rman_set_mapping()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c925 rman_set_bushandle(res, start); in mv_pcib_alloc_resource()