Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/rtc/
Drtc-sun6i.c81 #define SUN6I_DATE_GET_DAY_VALUE(x) ((x) & 0x0000001f) macro
490 rtc_tm->tm_mday = SUN6I_DATE_GET_DAY_VALUE(date); in sun6i_rtc_gettime()