Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Drtc.c277 #define MAX_RTC_WAIT 5000 /* 5 sec */ macro
285 max_wait_tb = __get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in pSeries_get_boot_time()
320 max_wait_tb = __get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in pSeries_get_rtc_time()
354 max_wait_tb = __get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in pSeries_set_rtc_time()