Home
last modified time | relevance | path

Searched refs:rman_get_bustag (Results 1 – 25 of 87) sorted by relevance

1234

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_ehci.c281 sc->sc_io_tag = rman_get_bustag(esc->res[0]); in vybrid_ehci_attach()
285 esc->bst_usbc = rman_get_bustag(esc->res[1]); in vybrid_ehci_attach()
288 esc->bst_phy = rman_get_bustag(esc->res[2]); in vybrid_ehci_attach()
H A Dvf_mscm.c102 sc->bst = rman_get_bustag(sc->res[0]); in mscm_attach()
H A Dvf_tcon.c116 sc->bst = rman_get_bustag(sc->res[0]); in tcon_attach()
H A Dvf_src.c128 sc->bst = rman_get_bustag(sc->res[0]); in src_attach()
H A Dvf_dmamux.c132 sc->bst[i] = rman_get_bustag(sc->res[i]); in dmamux_attach()
H A Dvf_edma.c303 sc->bst = rman_get_bustag(sc->res[0]); in edma_attach()
305 sc->bst_tcd = rman_get_bustag(sc->res[1]); in edma_attach()
H A Dvf_iomuxc.c190 sc->bst = rman_get_bustag(sc->tmr_res[0]); in iomuxc_attach()
H A Dvf_adc.c197 sc->bst = rman_get_bustag(sc->res[0]); in adc_attach()
H A Dvf_anadig.c192 sc->bst = rman_get_bustag(sc->res[0]); in anadig_attach()
H A Dvf_port.c218 sc->bst = rman_get_bustag(sc->res[0]); in port_attach()
/f-stack/freebsd/arm/allwinner/a20/
H A Da20_cpu_cfg.c99 sc->bst = rman_get_bustag(sc->res); in a20_cpu_cfg_attach()
/f-stack/freebsd/arm/allwinner/
H A Da10_sramc.c95 sc->bst = rman_get_bustag(sc->res); in a10_sramc_attach()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_audmux.c130 sc->bst = rman_get_bustag(sc->res[0]); in audmux_attach()
/f-stack/freebsd/arm/mv/
H A Dmpic.c249 sc->mpic_bst = rman_get_bustag(sc->mpic_res[0]); in mv_mpic_attach()
252 sc->cpu_bst = rman_get_bustag(sc->mpic_res[1]); in mv_mpic_attach()
257 sc->drbl_bst = rman_get_bustag(sc->mpic_res[2]); in mv_mpic_attach()
/f-stack/freebsd/x86/isa/
H A Dorm.c116 bt = rman_get_bustag(res); in orm_identify()
/f-stack/freebsd/mips/beri/
H A Dberi_iommu.c190 sc->bst_data = rman_get_bustag(sc->res[0]); in beri_iommu_attach()
/f-stack/freebsd/arm/altera/socfpga/
H A Dsocfpga_rstmgr.c237 sc->bst = rman_get_bustag(sc->res[0]); in rstmgr_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_clkman.c114 sc->sc_m_bst = rman_get_bustag(sc->sc_m_res); in bcm2835_clkman_attach()
H A Dbcm2835_wdog.c137 sc->bst = rman_get_bustag(sc->res); in bcmwd_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam3359_cppi41.c144 sc->bst = rman_get_bustag(sc->res[0]); in ti_am3359_cppi41_attach()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c160 sc->bst = rman_get_bustag(sc->mem_res); in bcm_vchiq_attach()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_ohci.c116 sc->sc_io_tag = rman_get_bustag(sc->sc_io_res); in ohci_fdt_attach()
H A Dmtk_ehci.c116 sc->sc_io_tag = rman_get_bustag(sc->sc_io_res); in ehci_fdt_attach()
/f-stack/freebsd/sys/
H A Drman.h130 bus_space_tag_t rman_get_bustag(struct resource *);
/f-stack/freebsd/mips/atheros/
H A Dar71xx_ohci.c110 sc->sc_ohci.sc_io_tag = rman_get_bustag(sc->sc_ohci.sc_io_res); in ar71xx_ohci_attach()

1234