Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/vdso/
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()
/linux/drivers/clocksource/
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()
A Dexynos_mct.c182 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/arch/m68k/amiga/
A Dconfig.c507 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/drivers/comedi/drivers/
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()
/linux/kernel/locking/
A Dlockdep_proc.c176 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()

Completed in 10 milliseconds