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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtodc_time.c141 todc_read_val(int addr) function
202 cntl_b = todc_read_val(todc_info->control_b);
221 month = todc_read_val(todc_info->month);
240 cntl_a = todc_read_val(todc_info->control_a);
284 save_control = todc_read_val(todc_info->control_a);
306 uip = todc_read_val(todc_info->RTC_FREQ_SELECT);
309 sec = todc_read_val(todc_info->seconds) & 0x7f;
310 min = todc_read_val(todc_info->minutes) & 0x7f;
311 hour = todc_read_val(todc_info->hours) & 0x3f;
312 day = todc_read_val(todc_inf
[all...]

Completed in 29 milliseconds