Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/maple/
Dtime.c45 static void maple_clock_write(unsigned long val, int addr) in maple_clock_write() function
86 maple_clock_write((save_control|RTC_SET), RTC_CONTROL); in maple_set_rtc_time()
90 maple_clock_write((save_freq_select|RTC_DIV_RESET2), RTC_FREQ_SELECT); in maple_set_rtc_time()
107 maple_clock_write(sec, RTC_SECONDS); in maple_set_rtc_time()
108 maple_clock_write(min, RTC_MINUTES); in maple_set_rtc_time()
109 maple_clock_write(hour, RTC_HOURS); in maple_set_rtc_time()
110 maple_clock_write(mon, RTC_MONTH); in maple_set_rtc_time()
111 maple_clock_write(mday, RTC_DAY_OF_MONTH); in maple_set_rtc_time()
112 maple_clock_write(year, RTC_YEAR); in maple_set_rtc_time()
121 maple_clock_write(save_control, RTC_CONTROL); in maple_set_rtc_time()
[all …]