Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pxa.c55 #define RDxR_MIN_S 6 macro
56 #define RDxR_MIN_MASK (0x3f << RDxR_MIN_S)
94 | (tm->tm_min << RDxR_MIN_S) in rdxr_calc()
105 tm->tm_min = (rdcr & RDxR_MIN_MASK) >> RDxR_MIN_S; in tm_calc()