Home
last modified time | relevance | path

Searched defs:SUN6I_DATE_GET_YEAR_VALUE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-sun6i.c77 #define SUN6I_DATE_GET_YEAR_VALUE(x) (((x) & 0x003f0000) >> 16) macro
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-sun6i.c82 #define SUN6I_DATE_GET_YEAR_VALUE(x) (((x) & 0x003f0000) >> 16) macro

Completed in 3 milliseconds