Home
last modified time | relevance | path

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

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