HomeSort by: relevance | last modified time | path
    Searched defs:iospace (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sun68k/sun68k/
vme_sun68k.c 185 bus_type_t iospace; local in function:sun68k_vme_probe
193 error = vmebus_translate(mod, addr, &iospace, &paddr);
195 error = bus_space_map2(sc->sc_bustag, iospace, paddr, len,
226 bus_type_t iospace; local in function:sun68k_vme_map
230 error = vmebus_translate(mod, addr, &iospace, &paddr);
235 return bus_space_map2(sc->sc_bustag, iospace, paddr, size, 0, 0, hp);
245 bus_type_t iospace; local in function:sun68k_vme_mmap_cookie
249 error = vmebus_translate(mod, addr, &iospace, &paddr);
253 return bus_space_mmap2(sc->sc_bustag, iospace, paddr, 0, 0, 0);
  /src/sys/arch/emips/emips/
machdep.c 85 vaddr_t iospace; variable in typeref:typename:vaddr_t
315 iospace = pmap_limits.virtual_start;
332 * is called; we may want to use iospace in the console routines.
334 KASSERT(iospace != 0);
335 iomap_ex = extent_create("iomap", iospace,
336 iospace + iospace_size - 1,
  /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 in function:decode_cftable_entry
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 in typeref:typename:vaddr_t
351 MAPVIRT(iospace, IOSPSZ); /* Device iospace mapping area */
1416 if (!IOSPACE_P(pa)) { /* No pv_table fiddling in iospace */

Completed in 15 milliseconds