Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dhpet.h52 #define HPET_NUM_TIM_CAP_MASK (0x1f00) macro
/linux-3.4.99/drivers/char/
Dhpet.c870 ntimer = ((cap & HPET_NUM_TIM_CAP_MASK) >> HPET_NUM_TIM_CAP_SHIFT) + 1; in hpet_alloc()