Searched refs:WM8350_RTC_SECS_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/mfd/wm8350/ | ||
D | rtc.h | 30 #define WM8350_RTC_SECS_MASK 0x007F macro |
/Linux-v5.4/drivers/rtc/ | ||
D | rtc-wm8350.c | 52 tm->tm_sec = time1[0] & WM8350_RTC_SECS_MASK; in wm8350_rtc_readtime() |