Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dsh_cmt.c314 static u32 sh_cmt_get_counter(struct sh_cmt_channel *ch, u32 *has_wrapped) in sh_cmt_get_counter() argument
331 *has_wrapped = o1; in sh_cmt_get_counter()
432 u32 has_wrapped; in sh_cmt_clock_event_program_verify() local
434 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
437 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
459 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
460 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
471 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
495 * has_wrapped flag isn't set we must have in sh_cmt_clock_event_program_verify()
630 u32 has_wrapped; in sh_cmt_clocksource_read() local
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dsh_cmt.c313 static u32 sh_cmt_get_counter(struct sh_cmt_channel *ch, u32 *has_wrapped) in sh_cmt_get_counter() argument
330 *has_wrapped = o1; in sh_cmt_get_counter()
430 u32 has_wrapped; in sh_cmt_clock_event_program_verify() local
432 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
435 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
457 now = sh_cmt_get_counter(ch, &has_wrapped); in sh_cmt_clock_event_program_verify()
458 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
469 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
493 * has_wrapped flag isn't set we must have in sh_cmt_clock_event_program_verify()
640 u32 has_wrapped; in sh_cmt_clocksource_read() local
[all...]

Completed in 3 milliseconds