Searched refs:rman_set_bushandle (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 263 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 D | gic_v3.c | 1238 rman_set_bushandle(&r_res, r_bsh); in gic_v3_redist_find()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 377 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 D | obio.c | 147 rman_set_bushandle(rv, bh); in obio_alloc_resource()
|
| H A D | gt_pci.c | 665 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 D | obio.c | 167 rman_set_bushandle(rv, bh); in obio_alloc_resource()
|
| H A D | octopci.c | 271 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 D | rman.h | 155 void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 441 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 D | xlp_simplebus.c | 286 rman_set_bushandle(r, (bus_space_handle_t)(uintptr_t)vaddr); in xlp_simplebus_activate_resource()
|
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 282 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 D | versatile_pci.c | 364 rman_set_bushandle(r, vaddr); in versatile_pci_activate_resource()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_rman.c | 901 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 D | mv_pci.c | 925 rman_set_bushandle(res, start); in mv_pcib_alloc_resource()
|