Home
last modified time | relevance | path

Searched refs:max_wait_tb (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/arch/powerpc/kernel/
A Drtas-rtc.c20 u64 max_wait_tb; in rtas_get_boot_time() local
22 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_get_boot_time()
31 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_get_boot_time()
52 u64 max_wait_tb; in rtas_get_rtc_time() local
54 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_get_rtc_time()
69 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_get_rtc_time()
89 u64 max_wait_tb; in rtas_set_rtc_time() local
91 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_set_rtc_time()
104 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_set_rtc_time()

Completed in 3 milliseconds