Searched refs:RTC_MON_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-pl031.c68 #define RTC_MON_MASK (0xF << RTC_MON_SHIFT) /* Month [1-12] 1=January */ macro
156 tm->tm_mon = ((st_time & RTC_MON_MASK) >> RTC_MON_SHIFT) - 1; pl031_stv2_time_to_tm()
364 (RTC_MON_MASK | RTC_MDAY_MASK | RTC_WDAY_MASK)) pl031_probe()

Completed in 75 milliseconds