Home
last modified time | relevance | path

Searched refs:LPT_NPORTS (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/hppa/gsc/
H A Dlpt_gsc.c123 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 Dlptreg.h61 #define LPT_NPORTS 4 macro
/openbsd/sys/arch/hppa/dev/
H A Dlpt_ssio.c60 if (bus_space_map(sc->sc_iot, saa->saa_iobase, LPT_NPORTS, in lpt_ssio_attach()
/openbsd/sys/dev/isa/
H A Dlpt_isa.c121 iosz = (ia->ia_iosize == 0x666) ? LPT_NPORTS : ia->ia_iosize; in lpt_isa_probe()