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

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

Completed in 237 milliseconds