Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-sun6i.c80 #define SUN6I_TIME_GET_SEC_VALUE(x) ((x) & 0x0000003f) macro
172 rtc_tm->tm_sec = SUN6I_TIME_GET_SEC_VALUE(time); in sun6i_rtc_gettime()