Home
last modified time | relevance | path

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

12345678910

/freebsd/sys/dev/dpaa/
H A Dportals_common.c81 tlb1_set_entry(rman_get_bushandle(sc->sc_rres[0]), in dpaa_portal_alloc_res()
96 tlb1_set_entry(rman_get_bushandle(sc->sc_rres[1]), in dpaa_portal_alloc_res()
156 tlb1_set_entry(rman_get_bushandle(sc->sc_rres[0]), in dpaa_portal_map_registers()
159 tlb1_set_entry(rman_get_bushandle(sc->sc_rres[1]), in dpaa_portal_map_registers()
H A Dbman_portals.c149 bpp.ceBaseAddress = rman_get_bushandle(sc->sc_rres[0]); in bman_portal_setup()
150 bpp.ciBaseAddress = rman_get_bushandle(sc->sc_rres[1]); in bman_portal_setup()
H A Dqman_portals.c154 qpp.ceBaseAddress = rman_get_bushandle(sc->sc_rres[0]); in qman_portal_setup()
155 qpp.ciBaseAddress = rman_get_bushandle(sc->sc_rres[1]); in qman_portal_setup()
H A Dfman.c102 rman_get_bushandle(sc->mem_res), in fman_activate_resource()
407 *fm_base = rman_get_bushandle(sc->mem_res); in fman_get_bushandle()
464 cfg.mem_base_addr = rman_get_bushandle(sc->mem_res); in fman_attach()
/freebsd/sys/dev/aic7xxx/
H A Dahd_pci.c171 ahd->bshs[0] = rman_get_bushandle(regs); in ahd_pci_map_registers()
208 ahd->bshs[0] = rman_get_bushandle(regs); in ahd_pci_map_registers()
221 ahd->bshs[1] = rman_get_bushandle(regs2); in ahd_pci_map_registers()
H A Dahc_isa.c105 bsh = rman_get_bushandle(regs); in ahc_isa_identify()
155 bsh = rman_get_bushandle(regs); in ahc_isa_probe()
232 bsh = rman_get_bushandle(regs); in ahc_isa_attach()
H A Dahc_pci.c171 ahc->bsh = rman_get_bushandle(regs); in ahc_pci_map_registers()
198 ahc->bsh = rman_get_bushandle(regs); in ahc_pci_map_registers()
/freebsd/sys/dev/aacraid/
H A Daacraid_pci.c212 sc->aac_bhandle0 = rman_get_bushandle(sc->aac_regs_res0); in aacraid_pci_attach()
222 sc->aac_bhandle1 = rman_get_bushandle(sc->aac_regs_res1); in aacraid_pci_attach()
/freebsd/sys/dev/fdc/
H A Dfdc_isa.c107 fdc->ioh[i + j] = rman_get_bushandle(res); in fdc_isa_alloc_resources()
130 fdc->ioh[7] = rman_get_bushandle(res); in fdc_isa_alloc_resources()
/freebsd/sys/dev/sound/pci/
H A Dcsamidi.c86 return bus_space_read_4(rman_get_bustag(scp->io), rman_get_bushandle(scp->io), offset) & 0xffffffff; in csamidi_readio()
95 bus_space_write_4(rman_get_bustag(scp->io), rman_get_bushandle(scp->io), offset, data); in csamidi_writeio()
/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c194 sc->sc_io0h = rman_get_bushandle(psc->sc_sr0); in mwl_pci_attach()
196 sc->sc_io1h = rman_get_bushandle(psc->sc_sr1); in mwl_pci_attach()
/freebsd/sys/dev/acpica/
H A Dacpi_timer.c182 acpi_timer_bsh = rman_get_bushandle(acpi_timer_reg); in acpi_timer_probe()
226 acpi_timer_bsh = rman_get_bushandle(acpi_timer_reg); in acpi_timer_attach()
/freebsd/sys/dev/tpm/
H A Dtpm_isa.c66 ioh = rman_get_bushandle(mem_res); in tpm_isa_probe()
/freebsd/sys/dev/oce/
H A Doce_hw.c267 sc->devcfg_bhandle = rman_get_bushandle(sc->devcfg_res); in oce_hw_pci_alloc()
301 sc->csr_bhandle = rman_get_bushandle(sc->csr_res); in oce_hw_pci_alloc()
311 sc->db_bhandle = rman_get_bushandle(sc->db_res); in oce_hw_pci_alloc()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_mscm.c100 sc->bsh = rman_get_bushandle(sc->res[0]); in mscm_attach()
H A Dvf_tcon.c111 sc->bsh = rman_get_bushandle(sc->res[0]); in tcon_attach()
H A Dvf_src.c126 sc->bsh = rman_get_bushandle(sc->res[0]); in src_attach()
H A Dvf_edma.c303 sc->bsh = rman_get_bushandle(sc->res[0]); in edma_attach()
305 sc->bsh_tcd = rman_get_bushandle(sc->res[1]); in edma_attach()
H A Dvf_dmamux.c130 sc->bsh[i] = rman_get_bushandle(sc->res[i]); in dmamux_attach()
/freebsd/sys/dev/malo/
H A Dif_malo_pci.c235 sc->malo_io0h = rman_get_bushandle(psc->malo_res_mem[0]); in malo_pci_attach()
237 sc->malo_io1h = rman_get_bushandle(psc->malo_res_mem[1]); in malo_pci_attach()
/freebsd/sys/arm/mv/
H A Dmpic.c247 sc->mpic_bsh = rman_get_bushandle(sc->mpic_res[0]); in mv_mpic_attach()
250 sc->cpu_bsh = rman_get_bushandle(sc->mpic_res[1]); in mv_mpic_attach()
255 sc->drbl_bsh = rman_get_bushandle(sc->mpic_res[2]); in mv_mpic_attach()
/freebsd/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c106 sc->sc_bsh = rman_get_bushandle(sc->res); in rtc_attach()
/freebsd/sys/dev/aac/
H A Daac_pci.c403 sc->aac_bhandle0 = rman_get_bushandle(sc->aac_regs_res0); in aac_pci_attach()
414 sc->aac_bhandle1 = rman_get_bushandle(sc->aac_regs_res1); in aac_pci_attach()
/freebsd/sys/arm/allwinner/a20/
H A Da20_cpu_cfg.c97 sc->bsh = rman_get_bushandle(sc->res); in a20_cpu_cfg_attach()
/freebsd/sys/arm/allwinner/
H A Da10_sramc.c91 sc->bsh = rman_get_bushandle(sc->res); in a10_sramc_attach()

12345678910