| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | sti_sgc.c | 179 if ((rv = bus_space_map(ca->ca_iot, rom, STI_ROMSIZE, 0, &romh))) { in sti_sgc_probe() 191 devtype = bus_space_read_1(ca->ca_iot, romh, 3); in sti_sgc_probe() 197 id = bus_space_read_4(ca->ca_iot, romh, STI_DEV4_DD_GRID); in sti_sgc_probe() 200 id = (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe() 202 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe() 204 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe() 206 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe() 226 ca->ca_addrs[ca->ca_naddrs].size = sti_rom_size(ca->ca_iot, romh); in sti_sgc_probe() 230 bus_space_unmap(ca->ca_iot, romh, STI_ROMSIZE); in sti_sgc_probe() 259 if ((rv = bus_space_map(ca->ca_iot, rom, romlen, 0, &romh))) { in sti_sgc_attach() [all …]
|
| H A D | com_dino.c | 114 if (comcnattach(ca->ca_iot, iobase, B9600, in com_dino_attach() 129 if (!com_is_console(ca->ca_iot, iobase, &ioh) && in com_dino_attach() 130 bus_space_map(ca->ca_iot, iobase, COM_NPORTS, 0, &ioh) != 0) { in com_dino_attach() 134 com_init_regs(&sc->sc_regs, ca->ca_iot, ioh, iobase); in com_dino_attach()
|
| H A D | asp.c | 205 if (bus_space_map(ca->ca_iot, ca->ca_hpa + ASP_REG_INT, in aspattach() 215 if (bus_space_map(ca->ca_iot, ca->ca_hpa + ASP_REG_MISC, in aspattach() 225 if (bus_space_map(ca->ca_iot, ca->ca_hpa + ASP_ETHER_ADDR, in aspattach() 230 bus_space_read_region_1(ca->ca_iot, ioh, 0, in aspattach() 232 bus_space_unmap(ca->ca_iot, ioh, sizeof(ga.ga_ether_address)); in aspattach()
|
| H A D | mongoose.c | 580 if (bus_space_map(ca->ca_iot, ca->ca_hpa + MONGOOSE_MONGOOSE, in mgmatch() 586 bus_space_unmap(ca->ca_iot, ioh, sizeof(struct mongoose_regs)); in mgmatch() 603 sc->sc_bt = ca->ca_iot; in mgattach() 605 if (bus_space_map(ca->ca_iot, ca->ca_hpa + MONGOOSE_MONGOOSE, in mgattach() 612 if (bus_space_map(ca->ca_iot, ca->ca_hpa + MONGOOSE_CTRL, in mgattach() 615 bus_space_unmap(ca->ca_iot, (bus_space_handle_t)sc->sc_regs, in mgattach() 671 memcpy(bt, ca->ca_iot, sizeof(*bt)); in mgattach() 681 memcpy(bt, ca->ca_iot, sizeof(*bt)); in mgattach()
|
| H A D | gecko.c | 70 sc->sc_iot = ca->ca_iot; in gecko_attach() 76 regs = bus_space_vaddr(ca->ca_iot, sc->sc_ioh); in gecko_attach()
|
| H A D | hyperfb.c | 278 if (bus_space_map(ca->ca_iot, rom, STI_ROMSIZE, 0, &romh)) { in hyperfb_match() 290 devtype = bus_space_read_1(ca->ca_iot, romh, 3); in hyperfb_match() 295 id = bus_space_read_4(ca->ca_iot, romh, STI_DEV4_DD_GRID); in hyperfb_match() 298 id = (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in hyperfb_match() 300 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in hyperfb_match() 302 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in hyperfb_match() 304 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in hyperfb_match() 316 ca->ca_addrs[ca->ca_naddrs].size = sti_rom_size(ca->ca_iot, romh); in hyperfb_match() 320 bus_space_unmap(ca->ca_iot, romh, STI_ROMSIZE); in hyperfb_match() 344 sc->sc_iot = ca->ca_iot; in hyperfb_attach() [all...] |
| H A D | lasi.c | 158 if (bus_space_map(ca->ca_iot, ca->ca_hpa + LASI_REG_INT, in lasiattach() 168 if (bus_space_map(ca->ca_iot, ca->ca_hpa + LASI_REG_MISC, in lasiattach()
|
| H A D | lcd.c | 79 sc->sc_iot = ca->ca_iot; in lcd_attach()
|
| H A D | wax.c | 131 if (bus_space_map(ca->ca_iot, ca->ca_hpa, sizeof(struct wax_regs), in waxattach()
|
| /netbsd-src/sys/arch/hppa/gsc/ |
| H A D | fdc_gsc.c | 67 if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh)) in fdc_gsc_probe() 70 rv = fdcprobe1(ca->ca_iot, ioh | IOMOD_DEVOFFSET); in fdc_gsc_probe() 71 bus_space_unmap(ca->ca_iot, ioh, IOMOD_HPASIZE); in fdc_gsc_probe() 85 if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh)) { in fdc_gsc_attach() 91 sc->sc_iot = ca->ca_iot; in fdc_gsc_attach()
|
| H A D | gscbusvar.h | 37 #define ga_iot ga_ca.ca_iot
|
| /netbsd-src/sys/dev/isa/ |
| H A D | com_multi.c | 114 if (com_is_console(ca->ca_iot, iobase, 0)) in com_multi_probe() 117 return comprobe1(ca->ca_iot, ca->ca_ioh); in com_multi_probe() 131 com_init_regs(&sc->sc_regs, ca->ca_iot, ca->ca_ioh, ca->ca_iobase); in com_multi_attach()
|
| H A D | com_multi.h | 36 bus_space_tag_t ca_iot; member
|
| H A D | moxa_isa.c | 169 ca.ca_iot = sc->sc_iot; in moxa_isaattach()
|
| H A D | tcom.c | 217 ca.ca_iot = sc->sc_iot; in tcomattach()
|
| H A D | ast.c | 176 ca.ca_iot = sc->sc_iot; in astattach()
|
| H A D | ioat66.c | 177 ca.ca_iot = sc->sc_iot; in ioat66attach()
|
| H A D | addcom_isa.c | 220 ca.ca_iot = sc->sc_iot; in addcomattach()
|
| H A D | rtfps.c | 187 ca.ca_iot = sc->sc_iot; in rtfpsattach()
|
| H A D | boca.c | 178 ca.ca_iot = sc->sc_iot; in bocaattach()
|
| /netbsd-src/sys/arch/arm/iomd/ |
| H A D | iomdvar.h | 50 bus_space_tag_t ca_iot; /* Bus tag */ member
|
| H A D | iomd_clock.c | 141 sc->sc_iot = ca->ca_iot; in clockattach()
|
| /netbsd-src/sys/arch/hppa/include/ |
| H A D | autoconf.h | 54 bus_space_tag_t ca_iot; /* io tag */ member
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | mainbus.c | 1398 nca.ca_iot = &hppa_bustag; in mbattach() 1407 nca.ca_iot = &hppa_bustag; in mbattach() 1421 nca.ca_iot = &hppa_bustag; in mbattach() 1444 nca.ca_iot = &hppa_bustag; in mbattach() 1458 nca.ca_iot = &hppa_bustag; in mbattach()
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | sdhc_cardbus.c | 123 sc->sc_iot = ca->ca_iot; in sdhc_cardbus_attach()
|