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

  /src/sys/dev/isa/
ess_isa.c 85 if (bus_space_map(sc->sc_iot, sc->sc_iobase, ESS_NPORT, 0,
88 "size %x\n", sc->sc_iobase, ESS_NPORT));
100 bus_space_unmap(sc->sc_iot, sc->sc_ioh, ESS_NPORT);
105 ia->ia_io[0].ir_size = ESS_NPORT;
141 if (bus_space_map(sc->sc_iot, sc->sc_iobase, ESS_NPORT, 0,
144 "size %x\n", sc->sc_iobase, ESS_NPORT));
essreg.h 228 #define ESS_NPORT 16
  /src/sys/dev/ofisa/
ess_ofisa.c 107 if (reg.len != ESS_NPORT) {
109 (unsigned long)reg.len, ESS_NPORT);

Completed in 13 milliseconds