Searched refs:maple_clock_write (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/powerpc/platforms/maple/ |
D | time.c | 52 static void maple_clock_write(unsigned long val, int addr) in maple_clock_write() function 93 maple_clock_write((save_control|RTC_SET), RTC_CONTROL); in maple_set_rtc_time() 97 maple_clock_write((save_freq_select|RTC_DIV_RESET2), RTC_FREQ_SELECT); in maple_set_rtc_time() 114 maple_clock_write(sec, RTC_SECONDS); in maple_set_rtc_time() 115 maple_clock_write(min, RTC_MINUTES); in maple_set_rtc_time() 116 maple_clock_write(hour, RTC_HOURS); in maple_set_rtc_time() 117 maple_clock_write(mon, RTC_MONTH); in maple_set_rtc_time() 118 maple_clock_write(mday, RTC_DAY_OF_MONTH); in maple_set_rtc_time() 119 maple_clock_write(year, RTC_YEAR); in maple_set_rtc_time() 128 maple_clock_write(save_control, RTC_CONTROL); in maple_set_rtc_time() [all …]
|