Searched refs:bus_space_map (Results 51 - 75 of 87) sorted by relevance

1234

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_soc.c268 if (bus_space_map(bst, base, MTK_DEFAULT_SIZE, 0, &bsh))
/freebsd-11-stable/sys/dev/uart/
H A Duart_subr.c326 error = bus_space_map(di->bas.bst, addr, uart_getrange(class), 0,
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425.c322 if (bus_space_map(sc->sc_iot, IXP425_GPIO_HWBASE, IXP425_GPIO_SIZE,
325 if (bus_space_map(sc->sc_iot, IXP425_EXP_HWBASE, IXP425_EXP_SIZE,
422 * bus_alloc_resource_any; anything done with bus_space_map is
H A Davila_ata.c182 if (bus_space_map(sc->sc_iot, config->base16, config->size16,
186 if (bus_space_map(sc->sc_iot, config->basealt, config->sizealt,
H A Dif_npe.c686 if (bus_space_map(sc->sc_iot, macbase, IXP425_REG_SIZE, 0, &sc->sc_ioh)) {
704 if (bus_space_map(sc->sc_iot, miibase, IXP425_REG_SIZE, 0, &sc->sc_miih)) {
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c314 err = bus_space_map(&memmap_bus, paddr, psize, 0, &vaddr);
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm.c360 if (bus_space_map(bt, ia->ia_maddr, TPM_SIZE, 0, &bh))
402 if (bus_space_map(sc->sc_bt, iobase, size, 0, &sc->sc_bh)) {
1163 if (bus_space_map(iot, iobase, 2, 0, &ioh))
1204 if ((i = bus_space_map(sc->sc_batm, tpm_enabled, 2, 0, &sc->sc_bahm))) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c601 bus_space_map(bus_space_tag_t tag, bus_addr_t address, bus_size_t size, function
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_machdep.c611 return (bus_space_map(*tag, addr, size, flags, handle));
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ccm.c106 * bus_space_map() at attach() time to get access to them.
224 if (bus_space_map(sc->pllbst, pll_addrs[idx], DPLL_REGS_SZ, 0,
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_gpio.c529 bus_space_map(bst, LPC_GPIO_PHYS_BASE, LPC_GPIO_SIZE, 0, &bsh);
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c366 err = bus_space_map(fdtbus_bs_tag, paddr, psize, 0, &vaddr);
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c357 err = bus_space_map(&memmap_bus, paddr, psize, 0, &vaddr);
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c252 bus_space_map(tag, port0, IO_KBDSIZE, 0, &h0);
253 bus_space_map(tag, port1, IO_KBDSIZE, 0, &h1);
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c1269 bus_space_map(sc->vga_reg_tag, VGA_REG_BASE, VGA_REG_SIZE, 0,
1284 bus_space_map(sc->vga_fb_tag, VGA_TXT_BASE, VGA_TXT_SIZE, 0,
1289 bus_space_map(sc->vga_fb_tag, VGA_MEM_BASE, VGA_MEM_SIZE, 0,
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_pci.c390 error = bus_space_map(rman_get_bustag(r),
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h211 * int bus_space_map (bus_space_tag_t t, bus_addr_t addr,
220 #define bus_space_map(t, a, s, f, hp) \ macro
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.c425 err = bus_space_map(rman_get_bustag(r), paddr, psize, 0,
/freebsd-11-stable/sys/dev/ofw/
H A Dofwpci.c536 rv = bus_space_map(tag, start,
/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c1194 if (bus_space_map(sc->sc_memt, vi->vi_buffer,
1240 if (bus_space_map(sc->sc_vmemt, vi->vi_registers,
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pcie.c358 rv = bus_space_map(sc->bus_tag, offs, 0x800, 0, &sc->cfg_handle);
1510 rv = bus_space_map(sc->bus_tag, port->rp_base_addr,
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h289 #define bus_space_map(t, a, s, c, hp) \ macro
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_os.c966 retval = bus_space_map(pa->pa_memt, bktr->phys_base,
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h278 #define bus_space_map(t, a, s, c, hp) (*(t)->bs_map)(a, s, c, hp) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h289 #define bus_space_map(t, a, s, c, hp) \ macro

Completed in 189 milliseconds

1234