Home
last modified time | relevance | path

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

/arch/m32r/kernel/
Dtime.c58 static unsigned long latch; variable
77 count = (latch - count) * TICK_SIZE; in m32r_gettimeoffset()
78 elapsed_time = DIV_ROUND_CLOSEST(count, latch); in m32r_gettimeoffset()
95 count = (latch - count) * TICK_SIZE; in m32r_gettimeoffset()
96 elapsed_time = DIV_ROUND_CLOSEST(count, latch); in m32r_gettimeoffset()
181 latch = DIV_ROUND_CLOSEST(bus_clock/divide, HZ); in time_init()
183 printk("Timer start : latch = %ld\n", latch); in time_init()
187 outl(latch, M32R_MFT2RLD_PORTL); in time_init()
188 outl(latch, M32R_MFT2CUT_PORTL); in time_init()
/arch/x86/kernel/
Dtsc.c441 static unsigned long pit_calibrate_tsc(u32 latch, unsigned long ms, int loopmin) in pit_calibrate_tsc() argument
456 outb(latch & 0xff, 0x42); in pit_calibrate_tsc()
457 outb(latch >> 8, 0x42); in pit_calibrate_tsc()
651 unsigned long flags, latch, ms, fast_calibrate; in native_calibrate_tsc() local
693 latch = CAL_LATCH; in native_calibrate_tsc()
708 tsc_pit_khz = pit_calibrate_tsc(latch, ms, loopmin); in native_calibrate_tsc()
754 latch = CAL2_LATCH; in native_calibrate_tsc()
/arch/cris/arch-v10/
DKconfig30 put the leds on PB or a memory-mapped latch (CSP0) instead.
40 put the leds on PA or a memory-mapped latch (CSP0) instead.
49 separately. Select this if the LEDs are on a memory-mapped latch
/arch/blackfin/mach-bf609/include/mach/
Dirq.h313 u32 latch; member
/arch/blackfin/mach-bf548/include/mach/
Dirq.h448 u32 latch; member
/arch/blackfin/kernel/
Ddebug-mmrs.c347 __PINT(LATCH, latch); in bfin_debug_mmrs_pint()