Searched refs:FFCLOCK_STA_UNSYNC (Results 1 – 2 of 2) sorted by relevance
521 ffclock_status = FFCLOCK_STA_UNSYNC; in ffclock_init()548 cest.status = FFCLOCK_STA_UNSYNC; in ffclock_reset_clock()641 ffclock_status |= FFCLOCK_STA_UNSYNC; in ffclock_windup()688 if (((ffclock_status & FFCLOCK_STA_UNSYNC) == FFCLOCK_STA_UNSYNC) && in ffclock_windup()689 ((cest->status & FFCLOCK_STA_UNSYNC) == 0) && in ffclock_windup()768 cest->status |= FFCLOCK_STA_UNSYNC; in ffclock_change_tc()
82 #define FFCLOCK_STA_UNSYNC 1 macro