Searched refs:EMU_TIMER_STATE_ENABLED (Results 1 – 2 of 2) sorted by relevance
245 #define EMU_TIMER_STATE_ENABLED 1 macro
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()