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

/linux-master/include/linux/mfd/wm8350/
H A Drtc.h60 #define WM8350_RTC_DATE_MASK 0x003F macro
/linux-master/drivers/rtc/
H A Drtc-wm8350.c65 tm->tm_mday = (time1[2] & WM8350_RTC_DATE_MASK);

Completed in 90 milliseconds