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

/linux-4.1.27/include/linux/mfd/wm8350/
H A Drtc.h32 #define WM8350_RTC_MINS_MASK 0x7F00 macro
/linux-4.1.27/drivers/rtc/
H A Drtc-wm8350.c61 tm->tm_min = (time1[0] & WM8350_RTC_MINS_MASK) wm8350_rtc_readtime()

Completed in 106 milliseconds