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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c270 * return early (and the next caller of pit_expect_msb()
287 static inline int pit_expect_msb(unsigned char val, u64 *tscp, unsigned long *deltap) function
348 if (pit_expect_msb(0xff, &tsc, &d1)) {
350 if (!pit_expect_msb(0xff-i, &delta, &d2))
365 * last cycle read ('d2') in pit_expect_msb.

Completed in 105 milliseconds