Searched refs:omap_rtc (Results 1 – 1 of 1) sorted by relevance
134 struct omap_rtc;141 void (*lock)(struct omap_rtc *rtc);142 void (*unlock)(struct omap_rtc *rtc);145 struct omap_rtc { struct159 static inline u8 rtc_read(struct omap_rtc *rtc, unsigned int reg) in rtc_read() argument164 static inline u32 rtc_readl(struct omap_rtc *rtc, unsigned int reg) in rtc_readl()169 static inline void rtc_write(struct omap_rtc *rtc, unsigned int reg, u8 val) in rtc_write()174 static inline void rtc_writel(struct omap_rtc *rtc, unsigned int reg, u32 val) in rtc_writel()179 static void am3352_rtc_unlock(struct omap_rtc *rtc) in am3352_rtc_unlock()185 static void am3352_rtc_lock(struct omap_rtc *rtc) in am3352_rtc_lock()[all …]