Searched refs:WM8350_RTC_HRS_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/mfd/wm8350/ | ||
D | rtc.h | 40 #define WM8350_RTC_HRS_MASK 0x001F macro |
/linux-6.1.9/drivers/rtc/ | ||
D | rtc-wm8350.c | 57 tm->tm_hour = time1[1] & WM8350_RTC_HRS_MASK; in wm8350_rtc_readtime() |