| /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);
|
| /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,
|
| /src/sys/dev/pcmcia/ |
| 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...] |
| pcmciavar.h | 98 } iospace[4]; /* XXX this could be as high as 16 */ member in struct:pcmcia_config_entry
|
| /src/sys/arch/vax/vax/ |
| pmap.c | 95 vaddr_t iospace; variable 351 MAPVIRT(iospace, IOSPSZ); /* Device iospace mapping area */ 1416 if (!IOSPACE_P(pa)) { /* No pv_table fiddling in iospace */
|