HomeSort by: relevance | last modified time | path
    Searched defs:PPIF_UIO (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/dev/
ppi.c 104 #define PPIF_UIO 0x04
269 sc->sc_flags &= ~(PPIF_UIO|PPIF_TIMO);
319 sc->sc_flags |= PPIF_UIO;
336 if ((sc->sc_flags & PPIF_UIO) &&
343 if ((sc->sc_flags & PPIF_UIO) == 0) {
391 if ((sc->sc_flags & PPIF_UIO) == 0) {
  /src/sys/dev/gpib/
ppi.c 104 #define PPIF_UIO 0x04
265 sc->sc_flags &= ~(PPIF_UIO|PPIF_TIMO);
309 sc->sc_flags |= PPIF_UIO;
326 if (sc->sc_flags & PPIF_UIO) {
334 if ((sc->sc_flags & PPIF_UIO) == 0) {
379 if ((sc->sc_flags & PPIF_UIO) == 0) {

Completed in 12 milliseconds