Searched refs:rman_set_bustag (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/sys/mips/malta/
H A Dobio.c145 rman_set_bustag(rv, bt);
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dobio.c134 rman_set_bustag(rv, bt);
/freebsd-11-stable/sys/mips/cavium/
H A Dobio.c164 rman_set_bustag(rv, bt);
/freebsd-11-stable/sys/sys/
H A Drman.h153 void rman_set_bustag(struct resource *_r, bus_space_tag_t _t);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_ata.c215 rman_set_bustag(&sc->sc_ata, &sc->sc_expbus_tag);
216 rman_set_bustag(&sc->sc_alt_ata, &sc->sc_expbus_tag);
223 rman_set_bustag(&sc->sc_ata, &cambria_exp_bs_tag);
224 rman_set_bustag(&sc->sc_alt_ata, &cambria_exp_bs_tag);
H A Dixp425.c594 rman_set_bustag(r, &ixp425_a4x_bs_tag);
596 rman_set_bustag(r, &cambria_exp_bs_tag);
598 rman_set_bustag(r, sc->sc_iot);
H A Dixp425_pci.c323 rman_set_bustag(r, &sc->sc_pci_iot);
327 rman_set_bustag(r, &sc->sc_pci_memt);
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.c350 rman_set_bustag(r, tag);
355 rman_set_bustag(r, sc->sc_pci_iot);
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c371 rman_set_bustag(r, fdtbus_bs_tag);
379 rman_set_bustag(r, (void *)1);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c213 rman_set_bustag(r, &bs_be_tag);
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_smi.c212 rman_set_bustag(rv, sc->ps_bst);
H A Dpxa_obio.c274 rman_set_bustag(rv, sc->obio_bst);
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c158 rman_set_bustag(r, bt);
/freebsd-11-stable/sys/arm/at91/
H A Dat91.c184 rman_set_bustag(rle->res, arm_base_bs_tag);
/freebsd-11-stable/sys/powerpc/psim/
H A Diobus.c390 rman_set_bustag(res, &bs_le_tag);
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c319 rman_set_bustag(r, &memmap_bus);
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_simplebus.c255 rman_set_bustag(rv, bustag);
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem_pci.c202 rman_set_bustag(sc->sc_res[GEM_RES_BANK2],
/freebsd-11-stable/sys/mips/adm5120/
H A Dadmpci.c391 rman_set_bustag(rv, sc->sc_st);
H A Dobio.c305 rman_set_bustag(r, mips_bus_space_generic);
/freebsd-11-stable/sys/mips/alchemy/
H A Dobio.c306 rman_set_bustag(r, mips_bus_space_generic);
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_pci.c550 rman_set_bustag(rv, rmi_pci_bus_space);
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_zbpci.c259 rman_set_bustag(res, mips_bus_space_generic);
/freebsd-11-stable/sys/dev/quicc/
H A Dquicc_core.c278 rman_set_bustag(rle->res, &bs_be_tag);
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_pci.c364 rman_set_bustag(r, fdtbus_bs_tag);

Completed in 194 milliseconds

123