Searched refs:HPET_NUM_TIM_CAP_SHIFT (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| A D | hpet.h | 53 #define HPET_NUM_TIM_CAP_SHIFT (8ULL) macro |
| /linux/drivers/char/ | ||
| A D | hpet.c | 877 ntimer = ((cap & HPET_NUM_TIM_CAP_MASK) >> HPET_NUM_TIM_CAP_SHIFT) + 1; in hpet_alloc() |
Completed in 5 milliseconds