/freebsd/sys/dev/dpaa/ |
H A D | portals_common.c | 81 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 D | bman_portals.c | 149 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 D | qman_portals.c | 154 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 D | fman.c | 102 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 D | ahd_pci.c | 171 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 D | ahc_isa.c | 105 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 D | ahc_pci.c | 171 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 D | aacraid_pci.c | 212 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 D | fdc_isa.c | 107 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 D | csamidi.c | 86 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 D | if_mwl_pci.c | 194 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 D | acpi_timer.c | 182 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 D | tpm_isa.c | 66 ioh = rman_get_bushandle(mem_res); in tpm_isa_probe()
|
/freebsd/sys/dev/oce/ |
H A D | oce_hw.c | 267 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 D | vf_mscm.c | 100 sc->bsh = rman_get_bushandle(sc->res[0]); in mscm_attach()
|
H A D | vf_tcon.c | 111 sc->bsh = rman_get_bushandle(sc->res[0]); in tcon_attach()
|
H A D | vf_src.c | 126 sc->bsh = rman_get_bushandle(sc->res[0]); in src_attach()
|
H A D | vf_edma.c | 303 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 D | vf_dmamux.c | 130 sc->bsh[i] = rman_get_bushandle(sc->res[i]); in dmamux_attach()
|
/freebsd/sys/dev/malo/ |
H A D | if_malo_pci.c | 235 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 D | mpic.c | 247 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 D | ds1553_bus_fdt.c | 106 sc->sc_bsh = rman_get_bushandle(sc->res); in rtc_attach()
|
/freebsd/sys/dev/aac/ |
H A D | aac_pci.c | 403 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 D | a20_cpu_cfg.c | 97 sc->bsh = rman_get_bushandle(sc->res); in a20_cpu_cfg_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | a10_sramc.c | 91 sc->bsh = rman_get_bushandle(sc->res); in a10_sramc_attach()
|