Lines Matching +full:100 +full:ms
11 #define UIP_RECHECK_DELAY 100 /* usec */
17 * unset. The timeout is configurable by the caller in ms.
34 * readout is unspecified. The maximum update time is ~2ms. Poll in mc146818_avoid_UIP()
80 if (UIP_RECHECK_LOOPS_MS(i) >= 100) in mc146818_avoid_UIP()
81 pr_warn("Reading current time from RTC took around %li ms\n", in mc146818_avoid_UIP()
92 * 10ms, the RTC is apparently broken or not present.
145 * @timeout: timeout value in ms
184 time->tm_year += (p.century - 19) * 100; in mc146818_get_time()
192 time->tm_year += 100; in mc146818_get_time()
251 century = (yrs + 1900) / 100; in mc146818_set_time()
252 yrs %= 100; in mc146818_set_time()
262 if (yrs >= 100) in mc146818_set_time()
263 yrs -= 100; in mc146818_set_time()