Searched refs:timerstate (Results 1 – 2 of 2) sorted by relevance
244 u_int8_t timerstate; member
915 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()