Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djiffies.h60 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */ macro
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c1229 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()
1231 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()