Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhpet.h51 #define HPET_COUNTER_SIZE_MASK (0x2000) macro
/openbmc/linux/drivers/char/
H A Dhpet.c901 cap & HPET_COUNTER_SIZE_MASK ? 64 : 32, in hpet_alloc()