Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-amlogic-a4.c58 #define RTC_SWALLOW_SECOND 0x2 macro
202 if (sign == RTC_SWALLOW_SECOND) in aml_rtc_read_offset()
224 sign = offset < 0 ? RTC_SWALLOW_SECOND : RTC_INSERT_SECOND; in aml_rtc_set_offset()