| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | fhc_mainbus.c | 72 if (bus_space_map(sc->sc_bt, ma->ma_reg[0].ur_paddr, in fhc_mainbus_attach() 78 if (bus_space_map(sc->sc_bt, ma->ma_reg[1].ur_paddr, in fhc_mainbus_attach() 84 if (bus_space_map(sc->sc_bt, ma->ma_reg[2].ur_paddr, in fhc_mainbus_attach() 90 if (bus_space_map(sc->sc_bt, ma->ma_reg[3].ur_paddr, in fhc_mainbus_attach() 96 if (bus_space_map(sc->sc_bt, ma->ma_reg[4].ur_paddr, in fhc_mainbus_attach() 102 if (bus_space_map(sc->sc_bt, ma->ma_reg[5].ur_paddr, in fhc_mainbus_attach()
|
| H A D | auxio_ebus.c | 98 bus_space_map(sc->sc_tag, EBUS_ADDR_FROM_REG(&ea->ea_reg[1]), in auxio_ebus_attach() 100 bus_space_map(sc->sc_tag, EBUS_ADDR_FROM_REG(&ea->ea_reg[2]), in auxio_ebus_attach() 102 bus_space_map(sc->sc_tag, EBUS_ADDR_FROM_REG(&ea->ea_reg[3]), in auxio_ebus_attach() 104 bus_space_map(sc->sc_tag, EBUS_ADDR_FROM_REG(&ea->ea_reg[4]), in auxio_ebus_attach() 112 bus_space_map(sc->sc_tag, EBUS_ADDR_FROM_REG(&ea->ea_reg[0]), in auxio_ebus_attach()
|
| /netbsd-src/sys/arch/arm/s3c2xx0/ |
| H A D | s3c2800.c | 104 if (bus_space_map(iot, in s3c2800_attach() 112 if (bus_space_map(iot, S3C2800_GPIO_BASE, S3C2800_GPIO_SIZE, in s3c2800_attach() 118 if (bus_space_map(iot, S3C2800_DMAC_BASE, S3C2800_DMAC_SIZE, in s3c2800_attach() 124 if (bus_space_map(iot, S3C2800_MEMCTL_BASE, in s3c2800_attach() 128 if (bus_space_map(iot, S3C2800_CLKMAN_BASE, in s3c2800_attach() 134 if (bus_space_map(iot, S3C2800_RTC_BASE, in s3c2800_attach() 139 if (bus_space_map(iot, S3C2800_TIMER0_BASE, in s3c2800_attach() 143 if (bus_space_map(iot, S3C2800_TIMER1_BASE, in s3c2800_attach()
|
| H A D | s3c2410.c | 105 if (bus_space_map(iot, in s3c2410_attach() 113 if (bus_space_map(iot, S3C2410_GPIO_BASE, S3C2410_GPIO_SIZE, in s3c2410_attach() 128 if (bus_space_map(iot, S3C2410_DMAC_BASE, S3C2410_DMAC_SIZE, in s3c2410_attach() 134 if (bus_space_map(iot, S3C2410_MEMCTL_BASE, in s3c2410_attach() 138 if (bus_space_map(iot, S3C2410_CLKMAN_BASE, in s3c2410_attach() 144 if (bus_space_map(iot, S3C2410_RTC_BASE, in s3c2410_attach() 149 if (bus_space_map(iot, S3C2410_TIMER_BASE, in s3c2410_attach()
|
| H A D | s3c2440.c | 134 if (bus_space_map(iot, in s3c2440_attach() 142 if (bus_space_map(iot, S3C2440_GPIO_BASE, S3C2440_GPIO_SIZE, in s3c2440_attach() 157 if (bus_space_map(iot, S3C2440_DMAC_BASE, S3C2440_DMAC_SIZE, in s3c2440_attach() 163 if (bus_space_map(iot, S3C2440_MEMCTL_BASE, in s3c2440_attach() 167 if (bus_space_map(iot, S3C2440_CLKMAN_BASE, in s3c2440_attach() 173 if (bus_space_map(iot, S3C2410_RTC_BASE, in s3c2440_attach() 178 if (bus_space_map(iot, S3C2440_TIMER_BASE, in s3c2440_attach()
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | cgsix_obio.c | 138 if (bus_space_map(oba->oba_bustag, in cgsixattach() 148 if (bus_space_map(oba->oba_bustag, in cgsixattach() 158 if (bus_space_map(oba->oba_bustag, in cgsixattach() 168 if (bus_space_map(oba->oba_bustag, in cgsixattach() 178 if (bus_space_map(oba->oba_bustag, in cgsixattach() 206 if (bus_space_map(oba->oba_bustag, in cgsixattach()
|
| /netbsd-src/sys/arch/evbarm/ifpga/ |
| H A D | ifpga.c | 183 if (bus_space_map(sc->sc_iot, IFPGA_IO_SC_BASE, IFPGA_IO_SC_SIZE, 0, in ifpga_attach() 247 if (bus_space_map(sc->sc_iot, IFPGA_IO_IRQ_BASE, IFPGA_IO_IRQ_SIZE, in ifpga_attach() 256 if (bus_space_map(sc->sc_iot, IFPGA_IO_CM_BASE, IFPGA_IO_CM_SIZE, 0, in ifpga_attach() 263 if (bus_space_map(sc->sc_iot, IFPGA_IO_TMR_BASE, IFPGA_IO_TMR_SIZE, 0, in ifpga_attach() 274 if (bus_space_map(pci_sc->sc_iot, 0, IFPGA_PCI_IO_VSIZE, 0, in ifpga_attach() 276 || bus_space_map(pci_sc->sc_iot, in ifpga_attach() 279 || bus_space_map(pci_sc->sc_memt, IFPGA_V360_REG_BASE, in ifpga_attach()
|
| /netbsd-src/sys/arch/arm/ti/ |
| H A D | am3_platform.c | 76 bus_space_map(bst, 0x44e00000, 0x1000, 0, &bsh); in am33xx_platform_bootstrap() 83 bus_space_map(bst, 0x48040000, 0x1000, 0, &bsh); /* TIMER2 for delay() */ in am33xx_platform_bootstrap() 91 bus_space_map(bst, 0x44e35000, 0x1000, 0, &bsh); in am33xx_platform_bootstrap() 99 bus_space_map(bst, 0x44e00000, 0x1000, 0, &bsh); in am33xx_platform_bootstrap() 120 bus_space_map(bst, 0x48040000, 0x1000, 0, &bsh); /* TIMER2 */ in am33xx_platform_delay()
|
| /netbsd-src/sys/arch/mac68k/obio/ |
| H A D | grf_obio.c | 113 if (bus_space_map(oa->oa_tag, base, 0x40, 0, &bsh)) in grfiv_match() 139 if (bus_space_map(oa->oa_tag, base, 0x20, 0, &bsh)) in grfiv_match() 149 if (bus_space_map(oa->oa_tag, base + 0x100, 0x20, 0, &bsh)) in grfiv_match() 170 if (bus_space_map(oa->oa_tag, base, 0x1000, 0, &bsh)) in grfiv_match() 225 if (bus_space_map(sc->sc_tag, VALKYRIE_CMAP_BASE, in grfiv_attach() 238 if (bus_space_map(sc->sc_tag, base, 0x20, 0, &sc->sc_regh)) { in grfiv_attach() 270 if (bus_space_map(sc->sc_tag, DAFB_CMAP_BASE, DAFB_CMAP_LEN, in grfiv_attach() 297 if (bus_space_map(sc->sc_tag, CIVIC_CMAP_BASE, CIVIC_CMAP_LEN, in grfiv_attach() 310 if (bus_space_map(sc->sc_tag, RBV_CMAP_BASE, RBV_CMAP_LEN, in grfiv_attach() 348 if (bus_space_map(sc->sc_tag, sc->sc_basepa, length, 0, in grfiv_attach()
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | ym_acpi.c | 129 if (bus_space_map(sc->sc_iot, sb_io->ar_base, sb_io->ar_length, in ym_acpi_attach() 134 if (bus_space_map(sc->sc_iot, codec_io->ar_base, codec_io->ar_length, in ym_acpi_attach() 139 if (bus_space_map(sc->sc_iot, opl_io->ar_base, opl_io->ar_length, in ym_acpi_attach() 145 if (bus_space_map(sc->sc_iot, mpu_io->ar_base, mpu_io->ar_length, in ym_acpi_attach() 151 if (bus_space_map(sc->sc_iot, control_io->ar_base, in ym_acpi_attach()
|
| /netbsd-src/sys/arch/arm/sa11x0/ |
| H A D | sa11x0.c | 140 if (bus_space_map(sc->sc_iot, SAIPIC_BASE, SAIPIC_NPORTS, in sa11x0_attach() 146 if (bus_space_map(sc->sc_iot, SAGPIO_BASE, SAGPIO_NPORTS, in sa11x0_attach() 152 if (bus_space_map(sc->sc_iot, SAPPC_BASE, SAPPC_NPORTS, in sa11x0_attach() 157 if (bus_space_map(sc->sc_iot, SADMAC_BASE, SADMAC_NPORTS, in sa11x0_attach() 162 if (bus_space_map(sc->sc_iot, SARCR_BASE, PAGE_SIZE, in sa11x0_attach()
|
| /netbsd-src/sys/arch/arm/footbridge/isa/ |
| H A D | isapnp_machdep.c | 100 if ((error = bus_space_map(sc->sc_iot, ISAPNP_ADDR, 1, 0, in isapnp_map() 103 if ((error = bus_space_map(sc->sc_iot, ISAPNP_WRDATA, 1, 0, in isapnp_map() 136 if ((error = bus_space_map(sc->sc_iot, sc->sc_read_port, 1, 0, in isapnp_map_readport()
|
| /netbsd-src/sys/arch/powerpc/isa/ |
| H A D | isapnp_machdep.c | 99 if ((error = bus_space_map(sc->sc_iot, ISAPNP_ADDR, 1, 0, in isapnp_map() 102 if ((error = bus_space_map(sc->sc_iot, ISAPNP_WRDATA, 1, 0, in isapnp_map() 135 if ((error = bus_space_map(sc->sc_iot, sc->sc_read_port, 1, 0, in isapnp_map_readport()
|
| /netbsd-src/sys/arch/arm/altera/ |
| H A D | cycv_platform.c | 71 bus_space_map(bst, CYCV_L2CACHE_BASE, CYCV_L2CACHE_SIZE, 0, &bsh_l2c); in cycv_platform_bootstrap() 90 bus_space_map(bst, CYCV_RSTMGR_BASE, CYCV_RSTMGR_SIZE, 0, &bsh_rst); in cycv_mpstart() 91 bus_space_map(bst, CYCV_SCU_BASE, CYCV_SCU_SIZE, 0, &bsh_scu); in cycv_mpstart() 157 bus_space_map(bst, CYCV_RSTMGR_BASE, CYCV_RSTMGR_SIZE, 0, &bsh); in cycv_platform_reset()
|
| /netbsd-src/sys/arch/atari/isa/ |
| H A D | fdcisa.c | 137 if (bus_space_map(iot, iobase, 6 /* FDC_NPORT */, 0, &base_ioh)) { in fdc_isa_probe() 146 if (bus_space_map(iot, iobase + fdctl + 2, 1, 0, &ctl_ioh)) { in fdc_isa_probe() 194 if (bus_space_map(fdc->sc_iot, ia->ia_io[0].ir_addr, in fdc_isa_attach() 206 if (bus_space_map(fdc->sc_iot, ia->ia_io[0].ir_addr + fdctl + 2, 1, 0, in fdc_isa_attach()
|
| H A D | isapnp_machdep.c | 111 if ((error = bus_space_map(sc->sc_iot, ISAPNP_ADDR, 1, 0, in isapnp_map() 114 if ((error = bus_space_map(sc->sc_iot, ISAPNP_WRDATA, 1, 0, in isapnp_map() 157 if ((error = bus_space_map(sc->sc_iot, sc->sc_read_port, 1, 0, in isapnp_map_readport()
|
| /netbsd-src/sys/arch/evbarm/tsarm/ |
| H A D | tsrtc.c | 81 if (bus_space_map(tsc->sc_iot, TS7XXX_IO8_HWBASE + TS7XXX_RTCIDX, 1, 0, in tsrtc_match() 84 if (bus_space_map(tsc->sc_iot, TS7XXX_IO8_HWBASE + TS7XXX_RTCDAT, 1, 0, in tsrtc_match() 119 if (bus_space_map(tsc->sc_iot, TS7XXX_IO8_HWBASE + TS7XXX_RTCIDX, in tsrtc_attach() 122 if (bus_space_map(tsc->sc_iot, TS7XXX_IO8_HWBASE + TS7XXX_RTCDAT, in tsrtc_attach()
|
| H A D | tspld.c | 166 bus_space_map(sc->sc_iot, TS7XXX_IO16_HWBASE + TS7XXX_MODEL, 2, 0, in tspldattach() 182 bus_space_map(sc->sc_iot, TS7XXX_IO16_HWBASE + TS7XXX_PLDREV, 2, 0, in tspldattach() 200 bus_space_map(sc->sc_iot, TS7XXX_IO16_HWBASE + TS7XXX_FEATURES, 2, 0, in tspldattach() 205 bus_space_map(sc->sc_iot, TS7XXX_IO8_HWBASE + TS7XXX_STATUS1, 1, 0, in tspldattach() 231 bus_space_map(sc->sc_iot, TS7XXX_IO16_HWBASE + TS7XXX_STATUS2, 2, 0, in tspldattach() 365 bus_space_map(sc->sc_iot, EP93XX_APB_HWBASE + EP93XX_APB_SSP, in tspldattach() 367 bus_space_map(sc->sc_iot, EP93XX_APB_HWBASE + EP93XX_APB_GPIO, in tspldattach() 420 bus_space_map(sc->sc_iot, TS7XXX_IO16_HWBASE + TS7XXX_WDOGCTRL, 2, 0, in tspldattach() 422 bus_space_map(sc->sc_iot, TS7XXX_IO16_HWBASE + TS7XXX_WDOGFEED, 2, 0, in tspldattach()
|
| /netbsd-src/sys/dev/eisa/ |
| H A D | bha_eisa.c | 119 if (bus_space_map(iot, in bha_eisa_match() 125 bus_space_map(iot, port, BHA_ISA_IOSIZE, 0, &ioh2)) { in bha_eisa_match() 163 if (bus_space_map(iot, in bha_eisa_attach() 169 bus_space_map(iot, port, BHA_ISA_IOSIZE, 0, &ioh2)) in bha_eisa_attach()
|
| /netbsd-src/sys/arch/arc/jazz/ |
| H A D | pckbc_jazzio.c | 81 if (bus_space_map(iot, addr + KBDATAP, 1, 0, &ioh_d)) in pckbc_jazzio_match() 83 if (bus_space_map(iot, PICA_KBCMDP, 1, 0, &ioh_c)) { in pckbc_jazzio_match() 143 if (bus_space_map(iot, addr + KBDATAP, 1, 0, &ioh_d) || in pckbc_jazzio_attach() 144 bus_space_map(iot, PICA_KBCMDP, 1, 0, &ioh_c)) in pckbc_jazzio_attach()
|
| /netbsd-src/sys/arch/arm/xscale/ |
| H A D | ixp425.c | 65 if (bus_space_map(sc->sc_iot, IXP425_GPIO_HWBASE, IXP425_GPIO_SIZE, in ixp425_attach() 69 if (bus_space_map(sc->sc_iot, IXP425_EXP_HWBASE, IXP425_EXP_SIZE, in ixp425_attach() 78 if (bus_space_map(sc->sc_iot, IXP425_PCI_HWBASE, IXP425_PCI_SIZE, in ixp425_attach()
|
| /netbsd-src/sys/arch/ofppc/isa/ |
| H A D | isa_machdep.c | 61 err = bus_space_map(&genppc_isa_io_space_tag, IO_ICU1, 2, 0, in map_isa_ioregs() 66 err = bus_space_map(&genppc_isa_io_space_tag, IO_ICU2, 2, 0, in map_isa_ioregs() 71 noerr = bus_space_map(&genppc_isa_io_space_tag, IO_ELCR1, 2, 0, in map_isa_ioregs()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | depca_isa.c | 143 if (bus_space_map(iot, ia->ia_io[0].ir_addr, 16, 0, &ioh)) in depca_isa_probe() 152 if (bus_space_map(ia->ia_memt, ia->ia_iomem[0].ir_addr, in depca_isa_probe() 207 if (bus_space_map(sc->sc_iot, ia->ia_io[0].ir_addr, 16, in depca_isa_attach() 212 if (bus_space_map(sc->sc_memt, ia->ia_iomem[0].ir_addr, in depca_isa_attach()
|
| /netbsd-src/sys/arch/landisk/dev/ |
| H A D | wdc_obio.c | 87 if (bus_space_map(wdr.cmd_iot, oa->oa_io[0].or_addr, in wdc_obio_probe() 100 if (bus_space_map(wdr.ctl_iot, in wdc_obio_probe() 137 if (bus_space_map(wdr->cmd_iot, oa->oa_io[0].or_addr, in wdc_obio_attach() 139 || bus_space_map(wdr->ctl_iot, in wdc_obio_attach()
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | slhci_intio.c | 102 if (bus_space_map(iot, ia->ia_addr, ia->ia_size, in slhci_intio_match() 106 if (bus_space_map(iot, nc_addr, nc_size, in slhci_intio_match() 133 if (bus_space_map(iot, ia->ia_addr, SL11_PORTSIZE * 2, in slhci_intio_attach() 142 if (bus_space_map(iot, nc_addr, nc_size, in slhci_intio_attach()
|