Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/dev/
H A Dpowsw.c83 int sc_last_sw; member
206 if (sw == sc->sc_last_sw) { in powsw_softintr()
209 sc->sc_last_sw = sw; in powsw_softintr()
219 if (sc->sc_last_sw == sc->sc_prev) { in powsw_softintr()
222 sc->sc_last_sw, sc->sc_prev); in powsw_softintr()
225 sc->sc_prev = sc->sc_last_sw; in powsw_softintr()
256 sc->sc_last_sw = -1; in powsw_reset_counter()