Lines Matching refs:clock_sync_flags
292 static unsigned long clock_sync_flags; variable
318 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in get_phys_clock()
320 if (!test_bit(CLOCK_SYNC_STP, &clock_sync_flags)) in get_phys_clock()
457 set_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags); in stp_reset()
468 return test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags) && stp_online; in stp_enabled()
479 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in stp_init()
539 clear_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in __store_stpinfo()
541 set_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in __store_stpinfo()
547 return stp_online && test_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in stpinfo_valid()
905 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in online_store()
910 set_bit(CLOCK_SYNC_STP, &clock_sync_flags); in online_store()
912 clear_bit(CLOCK_SYNC_STP, &clock_sync_flags); in online_store()