Searched refs:LPT_NPORTS (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/arch/hppa/gsc/ |
H A D | lpt_gsc.c | 123 bus_space_unmap(ga->ga_iot, ioh, LPT_NPORTS); \ 129 if (bus_space_map(ga->ga_iot, base, LPT_NPORTS, 0, &ioh)) { 159 bus_space_unmap(ga->ga_iot, ioh, LPT_NPORTS); 178 if (bus_space_map(ga->ga_iot, base, LPT_NPORTS, 0, &sc->sc_ioh)) {
|
/openbsd/sys/dev/ic/ |
H A D | lptreg.h | 61 #define LPT_NPORTS 4 macro
|
/openbsd/sys/arch/hppa/dev/ |
H A D | lpt_ssio.c | 60 if (bus_space_map(sc->sc_iot, saa->saa_iobase, LPT_NPORTS, in lpt_ssio_attach()
|
/openbsd/sys/dev/isa/ |
H A D | lpt_isa.c | 121 iosz = (ia->ia_iosize == 0x666) ? LPT_NPORTS : ia->ia_iosize; in lpt_isa_probe()
|