Home
last modified time | relevance | path

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

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