Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhpet.h50 #define HPET_COUNTER_SIZE_MASK (0x2000) macro
/linux-4.4.14/drivers/char/
Dhpet.c920 cap & HPET_COUNTER_SIZE_MASK ? 64 : 32, in hpet_alloc()