Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-fsl-ftm-alarm.c56 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.c60 #define rtc_writel(dev, reg, val) writel((val), (dev)->rtc_base + (reg)) macro
H A Drtc-pxa.c73 #define rtc_writel(pxa_rtc, reg, value) \ macro
H A Drtc-omap.c169 static inline void rtc_writel(struct omap_rtc *rtc, unsigned int reg, u32 val) in rtc_writel() function