Home
last modified time | relevance | path

Searched refs:rman_get_bushandle (Results 1 – 25 of 92) sorted by relevance

1234

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_ehci.c282 bsh = rman_get_bushandle(esc->res[0]); in vybrid_ehci_attach()
286 esc->bsh_usbc = rman_get_bushandle(esc->res[1]); in vybrid_ehci_attach()
289 esc->bsh_phy = rman_get_bushandle(esc->res[2]); in vybrid_ehci_attach()
H A Dvf_mscm.c103 sc->bsh = rman_get_bushandle(sc->res[0]); in mscm_attach()
H A Dvf_tcon.c117 sc->bsh = rman_get_bushandle(sc->res[0]); in tcon_attach()
H A Dvf_src.c129 sc->bsh = rman_get_bushandle(sc->res[0]); in src_attach()
H A Dvf_dmamux.c133 sc->bsh[i] = rman_get_bushandle(sc->res[i]); in dmamux_attach()
H A Dvf_edma.c304 sc->bsh = rman_get_bushandle(sc->res[0]); in edma_attach()
306 sc->bsh_tcd = rman_get_bushandle(sc->res[1]); in edma_attach()
H A Dvf_iomuxc.c191 sc->bsh = rman_get_bushandle(sc->tmr_res[0]); in iomuxc_attach()
H A Dvf_adc.c198 sc->bsh = rman_get_bushandle(sc->res[0]); in adc_attach()
H A Dvf_anadig.c193 sc->bsh = rman_get_bushandle(sc->res[0]); in anadig_attach()
H A Dvf_port.c219 sc->bsh = rman_get_bushandle(sc->res[0]); in port_attach()
/f-stack/freebsd/arm/allwinner/a20/
H A Da20_cpu_cfg.c100 sc->bsh = rman_get_bushandle(sc->res); in a20_cpu_cfg_attach()
/f-stack/freebsd/arm/allwinner/
H A Da10_sramc.c96 sc->bsh = rman_get_bushandle(sc->res); in a10_sramc_attach()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_audmux.c131 sc->bsh = rman_get_bushandle(sc->res[0]); in audmux_attach()
/f-stack/freebsd/arm/mv/
H A Dmpic.c250 sc->mpic_bsh = rman_get_bushandle(sc->mpic_res[0]); in mv_mpic_attach()
253 sc->cpu_bsh = rman_get_bushandle(sc->mpic_res[1]); in mv_mpic_attach()
258 sc->drbl_bsh = rman_get_bushandle(sc->mpic_res[2]); in mv_mpic_attach()
/f-stack/freebsd/arm/annapurna/alpine/
H A Dalpine_serdes.c128 serdes_base = (void *)rman_get_bushandle(sc->res); in al_serdes_attach()
/f-stack/freebsd/x86/isa/
H A Dorm.c117 bh = rman_get_bushandle(res); in orm_identify()
/f-stack/freebsd/mips/beri/
H A Dberi_iommu.c191 sc->bsh_data = rman_get_bushandle(sc->res[0]); in beri_iommu_attach()
/f-stack/freebsd/arm/altera/socfpga/
H A Dsocfpga_rstmgr.c238 sc->bsh = rman_get_bushandle(sc->res[0]); in rstmgr_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_clkman.c115 sc->sc_m_bsh = rman_get_bushandle(sc->sc_m_res); in bcm2835_clkman_attach()
H A Dbcm2835_wdog.c138 sc->bsh = rman_get_bushandle(sc->res); in bcmwd_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam3359_cppi41.c145 sc->bsh = rman_get_bushandle(sc->res[0]); in ti_am3359_cppi41_attach()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c161 sc->bsh = rman_get_bushandle(sc->mem_res); in bcm_vchiq_attach()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_ohci.c117 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res); in ohci_fdt_attach()
H A Dmtk_ehci.c117 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res); in ehci_fdt_attach()
/f-stack/freebsd/sys/
H A Drman.h129 bus_space_handle_t rman_get_bushandle(struct resource *);

1234