Searched refs:omap_rtc (Results 1 – 1 of 1) sorted by relevance
123 struct omap_rtc;130 void (*lock)(struct omap_rtc *rtc);131 void (*unlock)(struct omap_rtc *rtc);134 struct omap_rtc { struct146 static inline u8 rtc_read(struct omap_rtc *rtc, unsigned int reg) in rtc_read() argument151 static inline u32 rtc_readl(struct omap_rtc *rtc, unsigned int reg) in rtc_readl()156 static inline void rtc_write(struct omap_rtc *rtc, unsigned int reg, u8 val) in rtc_write()161 static inline void rtc_writel(struct omap_rtc *rtc, unsigned int reg, u32 val) in rtc_writel()166 static void am3352_rtc_unlock(struct omap_rtc *rtc) in am3352_rtc_unlock()172 static void am3352_rtc_lock(struct omap_rtc *rtc) in am3352_rtc_lock()[all …]