Lines Matching refs:ftm_rtc
38 struct ftm_rtc {
45 static inline u32 rtc_readl(struct ftm_rtc *dev, u32 reg)
53 static inline void rtc_writel(struct ftm_rtc *dev, u32 reg, u32 val)
61 static inline void ftm_counter_enable(struct ftm_rtc *rtc)
72 static inline void ftm_counter_disable(struct ftm_rtc *rtc)
82 static inline void ftm_irq_acknowledge(struct ftm_rtc *rtc)
111 static inline void ftm_irq_enable(struct ftm_rtc *rtc)
120 static inline void ftm_irq_disable(struct ftm_rtc *rtc)
129 static inline void ftm_reset_counter(struct ftm_rtc *rtc)
139 static void ftm_clean_alarm(struct ftm_rtc *rtc)
151 struct ftm_rtc *rtc = dev;
165 struct ftm_rtc *rtc = dev_get_drvdata(dev);
209 struct ftm_rtc *rtc = dev_get_drvdata(dev);
248 struct ftm_rtc *rtc;