Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dtodc_time.c139 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()
[all …]