Lines Matching +full:100 +full:m

194 	res->tv_nsec = (long)(tenms % 100) * 10000 * 1000;  in hp_sdc_rtc_read_rt()
195 res->tv_sec = (tenms / 100) + (time64_t)days * 86400; in hp_sdc_rtc_read_rt()
211 res->tv_nsec = (long)(tenms % 100) * 10000 * 1000; in hp_sdc_rtc_read_fhs()
212 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_fhs()
228 res->tv_nsec = (long)(tenms % 100) * 10000 * 1000; in hp_sdc_rtc_read_mt()
229 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_mt()
245 res->tv_nsec = (long)(tenms % 100) * 10000 * 1000; in hp_sdc_rtc_read_dt()
246 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_dt()
262 res->tv_nsec = (long)(tenms % 100) * 10000 * 1000; in hp_sdc_rtc_read_ct()
263 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_ct()
268 static int __maybe_unused hp_sdc_rtc_proc_show(struct seq_file *m, void *v) in hp_sdc_rtc_proc_show() argument
278 seq_puts(m, "BBRTC\t\t: READ FAILED!\n"); in hp_sdc_rtc_proc_show()
280 seq_printf(m, in hp_sdc_rtc_proc_show()
288 seq_puts(m, "i8042 rtc\t: READ FAILED!\n"); in hp_sdc_rtc_proc_show()
290 seq_printf(m, "i8042 rtc\t: %lld.%02ld seconds\n", in hp_sdc_rtc_proc_show()
295 seq_puts(m, "handshake\t: READ FAILED!\n"); in hp_sdc_rtc_proc_show()
297 seq_printf(m, "handshake\t: %lld.%02ld seconds\n", in hp_sdc_rtc_proc_show()
302 seq_puts(m, "alarm\t\t: READ FAILED!\n"); in hp_sdc_rtc_proc_show()
304 seq_printf(m, "alarm\t\t: %lld.%02ld seconds\n", in hp_sdc_rtc_proc_show()
309 seq_puts(m, "delay\t\t: READ FAILED!\n"); in hp_sdc_rtc_proc_show()
311 seq_printf(m, "delay\t\t: %lld.%02ld seconds\n", in hp_sdc_rtc_proc_show()
316 seq_puts(m, "periodic\t: READ FAILED!\n"); in hp_sdc_rtc_proc_show()
318 seq_printf(m, "periodic\t: %lld.%02ld seconds\n", in hp_sdc_rtc_proc_show()
322 seq_printf(m, in hp_sdc_rtc_proc_show()