Home
last modified time | relevance | path

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

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