Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-pxa.c63 #define RYxR_MONTH_S 5 macro
64 #define RYxR_MONTH_MASK (0xf << RYxR_MONTH_S)
102 | ((tm->tm_mon + 1) << RYxR_MONTH_S) in ryxr_calc()
118 tm->tm_mon = (((rycr & RYxR_MONTH_MASK) >> RYxR_MONTH_S)) - 1; in tm_calc()