Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/acpica/
H A Dacpi_hpet.h44 #define HPET_CNF_ENABLE 0x00000001 macro
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c122 return ((vhpet->config & HPET_CNF_ENABLE) ? true : false); in vhpet_counter_enabled()
515 if ((oldval ^ vhpet->config) & HPET_CNF_ENABLE) { in vhpet_mmio_write()