has_wrapped       275 drivers/clocksource/sh_cmt.c static u32 sh_cmt_get_counter(struct sh_cmt_channel *ch, u32 *has_wrapped)
has_wrapped       292 drivers/clocksource/sh_cmt.c 	*has_wrapped = o1;
has_wrapped       410 drivers/clocksource/sh_cmt.c 	u32 has_wrapped;
has_wrapped       412 drivers/clocksource/sh_cmt.c 	now = sh_cmt_get_counter(ch, &has_wrapped);
has_wrapped       415 drivers/clocksource/sh_cmt.c 	if (has_wrapped) {
has_wrapped       437 drivers/clocksource/sh_cmt.c 		now = sh_cmt_get_counter(ch, &has_wrapped);
has_wrapped       438 drivers/clocksource/sh_cmt.c 		if (has_wrapped && (new_match > ch->match_value)) {
has_wrapped       449 drivers/clocksource/sh_cmt.c 		if (has_wrapped) {
has_wrapped       608 drivers/clocksource/sh_cmt.c 	u32 has_wrapped;
has_wrapped       614 drivers/clocksource/sh_cmt.c 	raw = sh_cmt_get_counter(ch, &has_wrapped);
has_wrapped       616 drivers/clocksource/sh_cmt.c 	if (unlikely(has_wrapped))