Go to the documentation of this file.
24 #ifndef __ASM_POWERPC_RTC_H__
25 #define __ASM_POWERPC_RTC_H__
29 #include <linux/rtc.h>
31 #include <asm/machdep.h>
39 #define RTC_BATT_BAD 0x100
41 #define RTC_DM_BINARY 0x04
43 #define RTC_DST_EN 0x01
56 return ppc_md.set_rtc_time(time);
60 static inline unsigned int get_rtc_ss(
void)