tmp_hi            942 drivers/clocksource/arm_arch_timer.c 	u32 vct_lo, vct_hi, tmp_hi;
tmp_hi            947 drivers/clocksource/arm_arch_timer.c 		tmp_hi = readl_relaxed(arch_counter_base + CNTVCT_HI);
tmp_hi            948 drivers/clocksource/arm_arch_timer.c 	} while (vct_hi != tmp_hi);
tmp_hi             45 drivers/clocksource/timer-imx-sysctr.c 	u32 cnt_hi, tmp_hi, cnt_lo;
tmp_hi             50 drivers/clocksource/timer-imx-sysctr.c 		tmp_hi = readl_relaxed(sys_ctr_base + CNTCV_HI);
tmp_hi             51 drivers/clocksource/timer-imx-sysctr.c 	} while (tmp_hi != cnt_hi);