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

  /src/sys/dev/isa/
wbsioreg.h 28 #define WBSIO_IOSIZE 0x02 /* ISA I/O space size */
wbsio.c 216 if (bus_space_map(iot, ia->ia_io[0].ir_addr, WBSIO_IOSIZE, 0, &ioh))
223 bus_space_unmap(iot, ioh, WBSIO_IOSIZE);
229 ia->ia_io[0].ir_size = WBSIO_IOSIZE;
253 WBSIO_IOSIZE, 0, &sc->sc_ioh)) {
313 bus_space_unmap(sc->sc_iot, sc->sc_ioh, WBSIO_IOSIZE);

Completed in 11 milliseconds