Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dsh_cmt.c279 static u32 sh_cmt_get_counter(struct sh_cmt_channel *ch, u32 *has_wrapped) in sh_cmt_get_counter() argument
296 *has_wrapped = o1; in sh_cmt_get_counter()
414 u32 has_wrapped; in sh_cmt_clock_event_program_verify() local
416 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
419 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
441 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
442 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
453 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
612 u32 has_wrapped; in sh_cmt_clocksource_read() local
621 raw = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clocksource_read()
[all …]