Searched refs:SBP_NPORT (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/isa/ |
H A D | sb_isa.c | 98 if (bus_space_map(sc->sc_iot, ia->ia_iobase, SBP_NPORT, 0, in sbfind() 116 ia->ia_iosize = SBP_NPORT; in sbfind() 128 bus_space_unmap(sc->sc_iot, sc->sc_ioh, SBP_NPORT); in sbfind()
|
H A D | pas.c | 330 if (bus_space_map(sc->sc_sbdsp.sc_iot, ia->ia_iobase, SBP_NPORT, 0, in pasprobe() 333 ia->ia_iobase, SBP_NPORT)); in pasprobe() 368 bus_space_unmap(sc->sc_sbdsp.sc_iot, sc->sc_sbdsp.sc_ioh, SBP_NPORT); in pasprobe()
|
H A D | sbreg.h | 175 #define SBP_NPORT 24 macro
|