Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dtime.h92 unsigned int hi, lo, hi2; in get_rtc() local
96 : "=r" (hi), "=r" (lo), "=r" (hi2)); in get_rtc()
97 } while (hi2 != hi); in get_rtc()
/Linux-v4.19/drivers/clocksource/
Dmips-gic-timer.c29 unsigned int hi, hi2, lo; in gic_read_count() local
37 hi2 = read_gic_counter_32h(); in gic_read_count()
38 } while (hi2 != hi); in gic_read_count()
Dexynos_mct.c178 u32 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64() local
181 hi = hi2; in exynos4_read_count_64()
183 hi2 = readl_relaxed(reg_base + EXYNOS4_MCT_G_CNT_U); in exynos4_read_count_64()
184 } while (hi != hi2); in exynos4_read_count_64()
/Linux-v4.19/arch/mips/vdso/
Dgettimeofday.c124 u32 hi, hi2, lo; in read_gic_count() local
129 hi2 = __raw_readl(gic + sizeof(lo)); in read_gic_count()
130 } while (hi2 != hi); in read_gic_count()
/Linux-v4.19/arch/m68k/amiga/
Dconfig.c498 unsigned short hi, lo, hi2; in amiga_gettimeoffset() local
504 hi2 = ciab.tahi; in amiga_gettimeoffset()
506 if (hi != hi2) { in amiga_gettimeoffset()
508 hi = hi2; in amiga_gettimeoffset()
/Linux-v4.19/drivers/staging/comedi/drivers/
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()
/Linux-v4.19/kernel/locking/
Dlockdep_proc.c167 hi2 = debug_atomic_read(hardirqs_off_events), in lockdep_stats_debug_show() local
191 seq_printf(m, " hardirq off events: %11llu\n", hi2); in lockdep_stats_debug_show()