Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-amlogic-a4.c188 int sign, match_counter, enable; in aml_rtc_read_offset() local
200 match_counter = FIELD_GET(RTC_MATCH_COUNTER, reg_val); in aml_rtc_read_offset()
201 val = 1000000000 / (match_counter + 1); in aml_rtc_read_offset()
214 int match_counter = 0; in aml_rtc_set_offset() local
225 match_counter = 1000000000 / abs(offset) - 1; in aml_rtc_set_offset()
226 if (match_counter < 0 || match_counter > RTC_MATCH_COUNTER) in aml_rtc_set_offset()
232 FIELD_PREP(RTC_MATCH_COUNTER, match_counter); in aml_rtc_set_offset()