Searched refs:HPET_COUNTER_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | hpet.h | 51 #define HPET_COUNTER_SIZE_MASK (0x2000) macro |
/openbmc/linux/drivers/char/ | ||
H A D | hpet.c | 901 cap & HPET_COUNTER_SIZE_MASK ? 64 : 32, in hpet_alloc() |