Searched refs:WM8350_RTC_ALMSECS_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/rtc/
H A Drtc-wm8350.c150 tm->tm_sec = time[0] & WM8350_RTC_ALMSECS_MASK;
151 if (tm->tm_sec == WM8350_RTC_ALMSECS_MASK)
255 time[0] |= WM8350_RTC_ALMSECS_MASK;
/linux-master/include/linux/mfd/wm8350/
H A Drtc.h102 #define WM8350_RTC_ALMSECS_MASK 0x007F macro

Completed in 271 milliseconds