Lines Matching refs:todc_read_val
139 todc_read_val(int addr) in todc_read_val() function
200 cntl_b = todc_read_val(todc_info->control_b); in todc_time_init()
219 month = todc_read_val(todc_info->month); in todc_time_init()
238 cntl_a = todc_read_val(todc_info->control_a); in todc_time_init()
282 save_control = todc_read_val(todc_info->control_a); in todc_get_rtc_time()
304 uip = todc_read_val(todc_info->RTC_FREQ_SELECT); in todc_get_rtc_time()
307 sec = todc_read_val(todc_info->seconds) & 0x7f; in todc_get_rtc_time()
308 min = todc_read_val(todc_info->minutes) & 0x7f; in todc_get_rtc_time()
309 hour = todc_read_val(todc_info->hours) & 0x3f; in todc_get_rtc_time()
310 day = todc_read_val(todc_info->day_of_month) & 0x3f; in todc_get_rtc_time()
311 mon = todc_read_val(todc_info->month) & 0x1f; in todc_get_rtc_time()
312 year = todc_read_val(todc_info->year) & 0xff; in todc_get_rtc_time()
315 uip |= todc_read_val(todc_info->RTC_FREQ_SELECT); in todc_get_rtc_time()
364 save_control = todc_read_val(todc_info->control_a); in todc_set_rtc_time()
372 save_freq_select = todc_read_val(todc_info->RTC_FREQ_SELECT); in todc_set_rtc_time()
423 save_control = todc_read_val(todc_info->control_a); in todc_read_timereg()
427 val = todc_read_val(addr); in todc_read_timereg()