Home
last modified time | relevance | path

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

/original-bsd/sys/hp300/dev/
H A Dppi.c32 struct ppi_softc { struct
41 } ppi_softc[NPPI]; argument
62 register struct ppi_softc *sc = &ppi_softc[hd->hp_unit];
87 register struct ppi_softc *sc = &ppi_softc[unit];
110 register struct ppi_softc *sc = &ppi_softc[unit];
128 ppi_softc[unit].sc_flags &= ~PPIF_DELAY;
129 wakeup(&ppi_softc[unit]);
141 ppi_softc[unit].sc_flags &= ~(PPIF_UIO|PPIF_TIMO);
142 wakeup(&ppi_softc[unit]);
174 register struct ppi_softc *sc = &ppi_softc[unit];
[all …]