| /src/sys/dev/pcmcia/ |
| pcmcia_cis_quirks.c | 66 .iospace = { { .length = 0x0010, .start = 0 } }, /* iospace */ 84 .iospace = { { .length = 0x0008, .start = 0 } }, /* iospace */ 102 .iospace = { { .length = 0x0020, .start = 0 } }, /* iospace */ 119 .iospace = { { .length = 0x0008, .start = 0 } }, /* iospace */ 138 .iospace = { { .length = 0x20, .start = 0x300 } }, /* iospace */ [all...] |
| xirc.c | 304 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[0].start, 305 cfe->iospace[0].length, cfe->iospace[0].length, 309 cfe->iospace[1].start = cfe->iospace[0].start+8; 310 cfe->iospace[1].length = 18; 311 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[1].start, 312 cfe->iospace[1].length, 0x20, 314 cfe->iospace[1].start = cfe->iospace[0].start-24 [all...] |
| if_ep_pcmcia.c | 256 cfe->iospace[0].length, 257 cfe->iospace[0].length, 264 if (pcmcia_io_alloc(pa->pf, cfe->iospace[0].start, 265 cfe->iospace[0].length, cfe->iospace[0].length,
|
| pcmcia_cis.c | 643 printf("; iomask %lx, iospace", cfe->iomask); 646 printf(" %lx", cfe->iospace[i].start); 647 if (cfe->iospace[i].length) 649 cfe->iospace[i].start + 650 cfe->iospace[i].length - 1); 1051 u_int power, timing, iospace, irq, memspace, misc; local 1153 iospace = reg & PCMCIA_TPCE_FS_IOSPACE; 1198 if (iospace) { 1224 (sizeof(cfe->iospace) / 1225 sizeof(cfe->iospace[0]))) [all...] |
| if_cs_pcmcia.c | 91 cfe->iospace[0].length < CS8900_IOSIZE) 116 sc->sc_iot = cfe->iospace[0].handle.iot; 117 sc->sc_ioh = cfe->iospace[0].handle.ioh;
|
| wdc_pcmcia.c | 248 wdr->cmd_iot = cfe->iospace[0].handle.iot; 249 wdr->cmd_baseioh = cfe->iospace[0].handle.ioh; 252 wdr->ctl_iot = cfe->iospace[0].handle.iot; 253 if (bus_space_subregion(cfe->iospace[0].handle.iot, 254 cfe->iospace[0].handle.ioh, 259 wdr->ctl_iot = cfe->iospace[1].handle.iot; 260 wdr->ctl_ioh = cfe->iospace[1].handle.ioh;
|
| aic_pcmcia.c | 129 sc->sc_iot = cfe->iospace[0].handle.iot; 130 sc->sc_ioh = cfe->iospace[0].handle.ioh;
|
| fdc_pcmcia.c | 160 fdc->sc_iot = cfe->iospace[0].handle.iot; 161 fdc->sc_iot = cfe->iospace[0].handle.ioh;
|
| if_an_pcmcia.c | 139 sc->sc_iot = cfe->iospace[0].handle.iot; 140 sc->sc_ioh = cfe->iospace[0].handle.ioh;
|
| spc_pcmcia.c | 122 spc->sc_iot = cfe->iospace[0].handle.iot; 123 spc->sc_ioh = cfe->iospace[0].handle.ioh;
|
| com_pcmcia.c | 134 switch (cfe->iospace[0].start) { 191 com_init_regs(&sc->sc_regs, cfe->iospace[0].handle.iot, 192 cfe->iospace[0].handle.ioh, -1);
|
| if_awi_pcmcia.c | 168 cfe->iospace[0].length < AM79C930_IO_SIZE) 199 sc->sc_chip.sc_iot = cfe->iospace[0].handle.iot; 200 sc->sc_chip.sc_ioh = cfe->iospace[0].handle.ioh;
|
| if_sm_pcmcia.c | 129 cfe->iospace[0].length < SMC_IOSIZE) 154 sc->sc_bst = cfe->iospace[0].handle.iot; 155 sc->sc_bsh = cfe->iospace[0].handle.ioh;
|
| pcmcia.c | 681 * XXX in the multifunction multi-iospace-per-function case, this 756 bus_addr_t start = cfe->iospace[n].start; 757 bus_size_t length = cfe->iospace[n].length; 772 &cfe->iospace[n].handle); 778 pcmcia_io_free(pf, &cfe->iospace[m].handle); 794 pcmcia_io_free(pf, &cfe->iospace[m].handle); 811 pcmcia_io_free(pf, &cfe->iospace[m].handle); 830 error = pcmcia_io_map(pf, width, &cfe->iospace[n].handle, 831 &cfe->iospace[n].window); 837 pcmcia_io_unmap(pf, cfe->iospace[m].window) [all...] |
| if_mbe_pcmcia.c | 180 sc->sc_bst = cfe->iospace[0].handle.iot; 181 sc->sc_bsh = cfe->iospace[0].handle.ioh;
|
| nca_pcmcia.c | 131 sc->sc_regt = cfe->iospace[0].handle.iot; 132 sc->sc_regh = cfe->iospace[0].handle.ioh;
|
| pcmcom.c | 169 pca.pca_iot = cfe->iospace[slave].handle.iot; 170 pca.pca_ioh = cfe->iospace[slave].handle.ioh;
|
| mhzc.c | 272 cfe->iospace[0].start, 273 cfe->iospace[0].length, 274 cfe->iospace[0].length, 289 addr = cfe->iospace[0].start + cfe->iospace[0].length;
|
| if_wi_pcmcia.c | 322 cfe->iospace[0].length < WI_IOSIZE) 350 sc->sc_iot = cfe->iospace[0].handle.iot; 351 sc->sc_ioh = cfe->iospace[0].handle.ioh;
|
| slhci_pcmcia.c | 135 pioh = &pf->cfe->iospace[0].handle;
|
| esp_pcmcia.c | 170 esc->sc_iot = cfe->iospace[0].handle.iot; 171 esc->sc_ioh = cfe->iospace[0].handle.ioh;
|
| /src/sys/arch/sun68k/sun68k/ |
| vme_sun68k.c | 184 bus_type_t iospace; local 192 error = vmebus_translate(mod, addr, &iospace, &paddr); 194 error = bus_space_map2(sc->sc_bustag, iospace, paddr, len, 225 bus_type_t iospace; local 229 error = vmebus_translate(mod, addr, &iospace, &paddr); 234 return bus_space_map2(sc->sc_bustag, iospace, paddr, size, 0, 0, hp); 244 bus_type_t iospace; local 248 error = vmebus_translate(mod, addr, &iospace, &paddr); 252 return bus_space_mmap2(sc->sc_bustag, iospace, paddr, 0, 0, 0);
|
| bus.c | 513 sun68k_bus_map(bus_space_tag_t t, bus_type_t iospace, bus_addr_t addr, 524 find_prom_map(addr, iospace, size, &v) == 0) { 556 addr |= iospace | PMAP_NC; 608 sun68k_bus_mmap(bus_space_tag_t t, bus_type_t iospace, bus_addr_t paddr, 614 return (npaddr | (paddr_t)iospace | PMAP_NC);
|
| /src/sys/arch/vax/vsa/ |
| dz_vsbus.c | 244 extern vaddr_t iospace; 280 dz_regs = iospace; 282 ioaccess(iospace, ioaddr, 1);
|
| /src/sys/arch/emips/emips/ |
| machdep.c | 86 vaddr_t iospace; variable 315 iospace = pmap_limits.virtual_start; 332 * is called; we may want to use iospace in the console routines. 334 KASSERT(iospace != 0); 349 int error = vmem_add(iomap_arena, iospace, iospace_size,
|