Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dsh_cmt.c291 int *has_wrapped) in sh_cmt_get_counter() argument
308 *has_wrapped = o1; in sh_cmt_get_counter()
425 int has_wrapped; in sh_cmt_clock_event_program_verify() local
427 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
430 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
452 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
453 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
464 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
624 int has_wrapped; in sh_cmt_clocksource_read() local
628 raw = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clocksource_read()
[all …]