Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-lpc24xx.c55 #define CT1_MONTH(x) (((x) >> 8) & 0x0f) macro
103 tm->tm_mon = CT1_MONTH(ct1); in lpc24xx_rtc_read_time()