Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dhpet.h53 #define HPET_NUM_TIM_CAP_SHIFT (8ULL) macro
/linux-4.19.296/drivers/char/
Dhpet.c883 ntimer = ((cap & HPET_NUM_TIM_CAP_MASK) >> HPET_NUM_TIM_CAP_SHIFT) + 1; in hpet_alloc()