Searched refs:hi2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/arch/mips/include/asm/vdso/ |
D | gettimeofday.h | 173 u32 hi, hi2, lo; in read_gic_count() local 178 hi2 = __raw_readl(gic + sizeof(lo)); in read_gic_count() 179 } while (hi2 != hi); in read_gic_count()
|
/Linux-v5.15/drivers/clocksource/ |
D | mips-gic-timer.c | 33 unsigned int hi, hi2, lo; in gic_read_count_2x32() local 38 hi2 = read_gic_counter_32h(); in gic_read_count_2x32() 39 } while (hi2 != hi); in gic_read_count_2x32()
|
D | exynos_mct.c | 182 u32 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64() local 185 hi = hi2; in exynos4_read_count_64() 187 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64() 188 } while (hi != hi2); in exynos4_read_count_64()
|
/Linux-v5.15/arch/m68k/amiga/ |
D | config.c | 507 unsigned short hi, lo, hi2; in amiga_read_clk() local 516 hi2 = ciab.tahi; in amiga_read_clk() 518 if (hi != hi2) { in amiga_read_clk() 520 hi = hi2; in amiga_read_clk()
|
/Linux-v5.15/drivers/comedi/drivers/ |
D | dmm32at.c | 334 unsigned char lo1, lo2, hi2; in dmm32at_setaitimer() local 340 hi2 = (both2 & 0xff00) >> 8; in dmm32at_setaitimer() 356 outb(hi2, dev->iobase + DMM32AT_CLK2); in dmm32at_setaitimer()
|
/Linux-v5.15/kernel/locking/ |
D | lockdep_proc.c | 176 hi2 = debug_atomic_read(hardirqs_off_events), in lockdep_stats_debug_show() local 200 seq_printf(m, " hardirq off events: %11llu\n", hi2); in lockdep_stats_debug_show()
|