Searched refs:HPET_CNF_ENABLE (Results 1 – 3 of 3) sorted by relevance
43 #define HPET_CNF_ENABLE 0x00000001 macro
190 val |= HPET_CNF_ENABLE; in hpet_enable()200 val &= ~HPET_CNF_ENABLE; in hpet_disable()
120 return ((vhpet->config & HPET_CNF_ENABLE) ? true : false); in vhpet_counter_enabled()529 if ((oldval ^ vhpet->config) & HPET_CNF_ENABLE) { in vhpet_mmio_write()