Home
last modified time | relevance | path

Searched defs:rtc_writel (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-fsl-ftm-alarm.c53 static inline void rtc_writel(struct ftm_rtc *dev, u32 reg, u32 val) in rtc_writel() function
H A Drtc-lpc32xx.c44 #define rtc_writel(dev, reg, val) \ macro
H A Drtc-lpc24xx.c59 #define rtc_writel(dev, reg, val) writel((val), (dev)->rtc_base + (reg)) macro
H A Drtc-pxa.c70 #define rtc_writel(pxa_rtc, reg, value) \ macro
H A Drtc-omap.c170 static inline void rtc_writel(struct omap_rtc *rtc, unsigned int reg, u32 val) in rtc_writel() function