Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_device.h511 u32 lo, hi1, hi2; in gpu_read64_counter() local
515 hi2 = gpu_read(ptdev, reg + 4); in gpu_read64_counter()
516 } while (hi1 != hi2); in gpu_read64_counter()
517 return lo | ((u64)hi2 << 32); in gpu_read64_counter()
/linux/arch/m68k/amiga/
H A Dconfig.c515 unsigned short hi, lo, hi2; in amiga_read_clk() local
524 hi2 = ciab.tahi; in amiga_read_clk()
526 if (hi != hi2) { in amiga_read_clk()
528 hi = hi2; in amiga_read_clk()
/linux/drivers/comedi/drivers/
H A Ddmm32at.c334 unsigned char lo1, lo2, hi2; in dmm32at_setaitimer() local
340 hi2 = (both2 & 0xff00) >> 8; in dmm32at_setaitimer()
359 outb(hi2, dev->iobase + DMM32AT_CLK2); in dmm32at_setaitimer()
/linux/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()