Searched defs:rtc_readl (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-fsl-ftm-alarm.c | 48 static inline u32 rtc_readl(struct ftm_rtc *dev, u32 reg) in rtc_readl() function
|
H A D | rtc-lpc32xx.c | 42 #define rtc_readl(dev, reg) \ macro [all...] |
H A D | rtc-lpc24xx.c | 59 #define rtc_readl(dev, reg) readl((dev)->rtc_base + (reg)) macro [all...] |
H A D | rtc-pxa.c | 71 #define rtc_readl(pxa_rtc, reg) \ macro [all...] |
H A D | rtc-omap.c | 160 static inline u32 rtc_readl(struct omap_rtc *rtc, unsigned int reg) in rtc_readl() function
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-fsl-ftm-alarm.c | 45 static inline u32 rtc_readl(struct ftm_rtc *dev, u32 reg) in rtc_readl() function
|
H A D | rtc-lpc32xx.c | 42 #define rtc_readl(dev, reg) \ macro [all...] |
H A D | rtc-lpc24xx.c | 58 #define rtc_readl(dev, reg) readl((dev)->rtc_base + (reg)) macro [all...] |
H A D | rtc-pxa.c | 68 #define rtc_readl(pxa_rtc, reg) \ macro [all...] |
H A D | rtc-omap.c | 160 static inline u32 rtc_readl(struct omap_rtc *rtc, unsigned int reg) in rtc_readl() function
|
Completed in 13 milliseconds