Home
last modified time | relevance | path

Searched refs:WM8350_RTC_YUNITS_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/mfd/wm8350/
H A Drtc.h94 #define WM8350_RTC_YUNITS_MASK 0x00FF macro
/openbmc/linux/drivers/rtc/
H A Drtc-wm8350.c69 tm->tm_year += time1[3] & WM8350_RTC_YUNITS_MASK; in wm8350_rtc_readtime()