Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-sun6i.c103 #define SUN6I_TIME_SET_SEC_VALUE(x) ((x) & 0x0000003f) macro
535 counter_val_hms = SUN6I_TIME_SET_SEC_VALUE(alrm_tm->tm_sec) | in sun6i_rtc_setalarm()
603 time = SUN6I_TIME_SET_SEC_VALUE(rtc_tm->tm_sec) | in sun6i_rtc_settime()