Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pxa.c46 #define RYxR_MONTH_S 5 macro
47 #define RYxR_MONTH_MASK (0xf << RYxR_MONTH_S)
85 | ((tm->tm_mon + 1) << RYxR_MONTH_S) in ryxr_calc()
101 tm->tm_mon = (((rycr & RYxR_MONTH_MASK) >> RYxR_MONTH_S)) - 1; in tm_calc()