Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/vdso/
Dgettimeofday.h173 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-6.1.9/drivers/clocksource/
Dmips-gic-timer.c28 unsigned int hi, hi2, lo; in gic_read_count_2x32() local
33 hi2 = read_gic_counter_32h(); in gic_read_count_2x32()
34 } while (hi2 != hi); in gic_read_count_2x32()
Dexynos_mct.c179 u32 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64() local
182 hi = hi2; in exynos4_read_count_64()
184 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64()
185 } while (hi != hi2); in exynos4_read_count_64()
/linux-6.1.9/arch/m68k/amiga/
Dconfig.c508 unsigned short hi, lo, hi2; in amiga_read_clk() local
517 hi2 = ciab.tahi; in amiga_read_clk()
519 if (hi != hi2) { in amiga_read_clk()
521 hi = hi2; in amiga_read_clk()
/linux-6.1.9/drivers/comedi/drivers/
Ddmm32at.c333 unsigned char lo1, lo2, hi2; in dmm32at_setaitimer() local
339 hi2 = (both2 & 0xff00) >> 8; in dmm32at_setaitimer()
355 outb(hi2, dev->iobase + DMM32AT_CLK2); in dmm32at_setaitimer()
/linux-6.1.9/kernel/locking/
Dlockdep_proc.c197 hi2 = debug_atomic_read(hardirqs_off_events), in lockdep_stats_debug_show() local
221 seq_printf(m, " hardirq off events: %11llu\n", hi2); in lockdep_stats_debug_show()