Home
last modified time | relevance | path

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

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