Searched refs:rman_set_bushandle (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | rman.h | 151 void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_subr.c | 158 rman_set_bushandle(r, child_bh); in chipc_init_child_resource()
|
/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 277 rman_set_bushandle(rle->res, rle->start); in quicc_bus_alloc_resource()
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 860 rman_set_bushandle(struct resource *r, bus_space_handle_t h) in rman_set_bushandle() function 880 rman_set_bushandle(r, map->r_bushandle); in rman_set_mapping()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs_soc.c | 354 rman_set_bushandle(res, bsh); in mvs_alloc_resource()
|
/freebsd/sys/dev/dpaa/ |
H A D | fman.c | 109 rman_set_bushandle(res, bh); in fman_activate_resource()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 184 rman_set_bushandle(rle->res, bh); in scc_bfe_attach()
|
/freebsd/sys/dev/puc/ |
H A D | puc.c | 304 rman_set_bushandle(port->p_rres, bsh); in puc_bfe_attach()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1164 rman_set_bushandle(r, child_bh); in bhndb_init_child_resource()
|
/freebsd/sys/dev/siis/ |
H A D | siis.c | 334 rman_set_bushandle(res, bsh); in siis_alloc_resource()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 630 rman_set_bushandle(res, bsh); in ahci_alloc_resource()
|