Searched refs:GEN_CONF_EN (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/platform/pc/
H A Dhpet.cpp53 #define GEN_CONF_EN 1 macro
144 if (hpet_regs->general_config & GEN_CONF_EN) {
209 if ((hpet_regs->general_config & GEN_CONF_EN) ||
230 hpet_regs->general_config |= GEN_CONF_EN;
237 hpet_regs->general_config &= ~GEN_CONF_EN;

Completed in 23 milliseconds