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

  /src/sys/dev/isa/
sb_isa.c 114 if (bus_space_map(sc->sc_iot, ia->ia_io[0].ir_addr, SBP_NPORT, 0,
133 ia->ia_io[0].ir_size = SBP_NPORT;
149 bus_space_unmap(sc->sc_iot, sc->sc_ioh, SBP_NPORT);
pas.c 390 SBP_NPORT, 0, &sc->sc_sbdsp.sc_ioh)) {
392 ia->ia_io[0].ir_addr, SBP_NPORT);
428 ia->ia_io[0].ir_size = SBP_NPORT;
439 SBP_NPORT);
sbreg.h 175 #define SBP_NPORT 24
  /src/sys/dev/ofisa/
sb_ofisa.c 113 if (reg.len != SB_NPORT && reg.len != SBP_NPORT) {
115 (unsigned long)reg.len, SB_NPORT, SBP_NPORT);

Completed in 16 milliseconds