Lines Matching refs:ftm_rtc
41 struct ftm_rtc {
48 static inline u32 rtc_readl(struct ftm_rtc *dev, u32 reg)
56 static inline void rtc_writel(struct ftm_rtc *dev, u32 reg, u32 val)
64 static inline void ftm_counter_enable(struct ftm_rtc *rtc)
75 static inline void ftm_counter_disable(struct ftm_rtc *rtc)
85 static inline void ftm_irq_acknowledge(struct ftm_rtc *rtc)
114 static inline void ftm_irq_enable(struct ftm_rtc *rtc)
123 static inline void ftm_irq_disable(struct ftm_rtc *rtc)
132 static inline void ftm_reset_counter(struct ftm_rtc *rtc)
142 static void ftm_clean_alarm(struct ftm_rtc *rtc)
154 struct ftm_rtc *rtc = dev;
168 struct ftm_rtc *rtc = dev_get_drvdata(dev);
212 struct ftm_rtc *rtc = dev_get_drvdata(dev);
251 struct ftm_rtc *rtc;