Searched refs:pit_expect_msb (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | tsc_timer.c | 167 static inline int pit_expect_msb(unsigned char val, u64 *tscp, in pit_expect_msb() function 230 if (pit_expect_msb(0xff, &tsc, &d1)) { in quick_pit_calibrate() 232 if (!pit_expect_msb(0xff-i, &delta, &d2)) in quick_pit_calibrate()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | tsc.c | 496 static inline int pit_expect_msb(unsigned char val, u64 *tscp, unsigned long *deltap) in pit_expect_msb() function 561 if (pit_expect_msb(0xff, &tsc, &d1)) { in quick_pit_calibrate() 563 if (!pit_expect_msb(0xff-i, &delta, &d2)) in quick_pit_calibrate()
|