Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/rtc/
Drtc-sun6i.c83 #define SUN6I_TIME_GET_SEC_VALUE(x) ((x) & 0x0000003f) macro
468 rtc_tm->tm_sec = SUN6I_TIME_GET_SEC_VALUE(time); in sun6i_rtc_gettime()