Searched refs:EMU_TIMER_STATE_ENABLED (Results 1 – 2 of 2) sorted by relevance
256 #define EMU_TIMER_STATE_ENABLED 1 macro
811 sc->timerstate &= ~EMU_TIMER_STATE_ENABLED; in emuxki_init()1614 if (!active && (sc->timerstate & EMU_TIMER_STATE_ENABLED)) { in emuxki_resched_timer()1618 sc->timerstate &= ~EMU_TIMER_STATE_ENABLED; in emuxki_resched_timer()1619 } else if (active && !(sc->timerstate & EMU_TIMER_STATE_ENABLED)) { in emuxki_resched_timer()1623 sc->timerstate |= EMU_TIMER_STATE_ENABLED; in emuxki_resched_timer()