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

  /src/sys/arch/amiga/dev/
gayle_pcmcia.c 40 struct bus_space_tag io_space; member in struct:pccard_softc
147 sc->io_space.base = (bus_addr_t) pcmcia_base +
149 sc->io_space.absm = &pcmio_bs_methods;
362 pcihp->iot = &slot->sc->io_space;
378 pcihp->iot = &slot->sc->io_space;
  /src/sys/arch/sparc64/sparc64/
machdep.c 1571 struct extent *io_space = NULL; variable in typeref:struct:extent *
2236 if (io_space == NULL)
2240 io_space = extent_create("IOSPACE",
2302 if ((err = extent_alloc(io_space, size, PAGE_SIZE,
2304 panic("sparc_bus_map: cannot allocate io_space: %d", err);
2355 error = extent_free(io_space, va, size, EX_NOWAIT);

Completed in 68 milliseconds