Searched refs:sc_laststatus (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlptvar.h82 u_char sc_laststatus; member in struct:lpt_softc
H A Dlpt.c225 new = status & ~sc->sc_laststatus;
226 sc->sc_laststatus = status;
H A Dlemacvar.h63 unsigned sc_laststatus; /* last read of LEMAC_REG_CS */ member in struct:__anon7486
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dlptvar.h68 u_char sc_laststatus; member in struct:lpt_softc
H A Dlpt_pcctwo.c124 sc->sc_laststatus = 0;
251 new = status & ~sc->sc_laststatus;
252 sc->sc_laststatus = status;
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dlpt_pcc.c114 sc->sc_laststatus = 0;
223 new = status & ~sc->sc_laststatus;
224 sc->sc_laststatus = status;
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/ioc/
H A Darcpp.c96 u_char sc_laststatus; member in struct:arcpp_softc
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dulpt.c127 u_char sc_laststatus; member in struct:ulpt_softc
630 new = status & ~sc->sc_laststatus;
631 sc->sc_laststatus = status;

Completed in 126 milliseconds