Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-sun6i.c98 #define SUN6I_LEAP_SET_VALUE(x) ((x) << 22 & 0x00400000) macro
619 date |= SUN6I_LEAP_SET_VALUE(1); in sun6i_rtc_settime()