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