Searched refs:rman_set_bustag (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | rman.h | 152 void rman_set_bustag(struct resource *_r, bus_space_tag_t _t);
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_subr.c | 157 rman_set_bustag(r, bt); in chipc_init_child_resource()
|
/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 276 rman_set_bustag(rle->res, &bs_be_tag); in quicc_bus_alloc_resource()
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 846 rman_set_bustag(struct resource *r, bus_space_tag_t t) in rman_set_bustag() function 879 rman_set_bustag(r, map->r_bustag); in rman_set_mapping()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs_soc.c | 355 rman_set_bustag(res, bst); in mvs_alloc_resource()
|
/freebsd/sys/dev/dpaa/ |
H A D | fman.c | 108 rman_set_bustag(res, bt); in fman_activate_resource()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 185 rman_set_bustag(rle->res, rman_get_bustag(sc->sc_rres)); in scc_bfe_attach()
|
/freebsd/sys/dev/puc/ |
H A D | puc.c | 305 rman_set_bustag(port->p_rres, bst); in puc_bfe_attach()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1163 rman_set_bustag(r, bt); in bhndb_init_child_resource()
|
/freebsd/sys/dev/siis/ |
H A D | siis.c | 335 rman_set_bustag(res, bst); in siis_alloc_resource()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 631 rman_set_bustag(res, bst); in ahci_alloc_resource()
|