Home
last modified time | relevance | path

Searched refs:hi2 (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/vdso/
H A 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()
/kernel/linux/linux-6.6/arch/mips/include/asm/vdso/
H A 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()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dmips-gic-timer.c33 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()
H A Dexynos_mct.c173 u32 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64() local
176 hi = hi2; in exynos4_read_count_64()
178 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64()
179 } while (hi != hi2); in exynos4_read_count_64()
/kernel/linux/linux-6.6/drivers/clocksource/
H A 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()
H A 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()
/kernel/linux/linux-5.10/arch/m68k/amiga/
H A Dconfig.c516 unsigned short hi, lo, hi2; in amiga_read_clk() local
525 hi2 = ciab.tahi; in amiga_read_clk()
527 if (hi != hi2) { in amiga_read_clk()
529 hi = hi2; in amiga_read_clk()
/kernel/linux/linux-6.6/arch/m68k/amiga/
H A 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()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Ddmm32at.c334 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()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A 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()
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep_proc.c195 hi2 = debug_atomic_read(hardirqs_off_events), in lockdep_stats_debug_show() local
219 seq_printf(m, " hardirq off events: %11llu\n", hi2); in lockdep_stats_debug_show()
/kernel/linux/linux-6.6/kernel/locking/
H A 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()

Completed in 12 milliseconds