Searched refs:ESS_NPORT (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/dev/isa/ |
| H A D | ess_isa.c | 85 if (bus_space_map(sc->sc_iot, sc->sc_iobase, ESS_NPORT, 0, in ess_isa_probe() 88 "size %x\n", sc->sc_iobase, ESS_NPORT)); in ess_isa_probe() 100 bus_space_unmap(sc->sc_iot, sc->sc_ioh, ESS_NPORT); in ess_isa_probe() 105 ia->ia_io[0].ir_size = ESS_NPORT; in ess_isa_probe() 141 if (bus_space_map(sc->sc_iot, sc->sc_iobase, ESS_NPORT, 0, in ess_isa_attach() 144 "size %x\n", sc->sc_iobase, ESS_NPORT)); in ess_isa_attach()
|
| H A D | essreg.h | 228 #define ESS_NPORT 16 macro
|
| /netbsd-src/sys/dev/ofisa/ |
| H A D | ess_ofisa.c | 107 if (reg.len != ESS_NPORT) { in ess_ofisa_attach() 109 (unsigned long)reg.len, ESS_NPORT); in ess_ofisa_attach()
|