Home
last modified time | relevance | path

Searched refs:LATCH (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/unicore32/kernel/
Dtime.c128 writel(readl(OST_OSMR0) - LATCH, OST_OSCR); in puv3_timer_resume()
/linux-4.4.14/include/linux/
Djiffies.h56 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */ macro
/linux-4.4.14/arch/x86/kernel/
Dapm_32.c1228 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()
1230 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c347 __PINT(LATCH, latch); in bfin_debug_mmrs_pint()