Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Demuxkivar.h244 u_int8_t timerstate; member
Demuxki.c915 sc->timerstate &= ~EMU_TIMER_STATE_ENABLED; in emuxki_init()
1781 if (!active && (sc->timerstate & EMU_TIMER_STATE_ENABLED)) { in emuxki_resched_timer()
1785 sc->timerstate &= ~EMU_TIMER_STATE_ENABLED; in emuxki_resched_timer()
1786 } else if (active && !(sc->timerstate & EMU_TIMER_STATE_ENABLED)) { in emuxki_resched_timer()
1790 sc->timerstate |= EMU_TIMER_STATE_ENABLED; in emuxki_resched_timer()