Searched refs:HPET_CFG_ENABLE (Results 1 – 4 of 4) sorted by relevance
29 #define HPET_CFG_ENABLE 0x001 macro
66 #define hpet_enabled(h) (h->hpet.config & HPET_CFG_ENABLE)339 if ( !(old_val & HPET_CFG_ENABLE) && (new_val & HPET_CFG_ENABLE) ) in hpet_write()353 else if ( (old_val & HPET_CFG_ENABLE) && !(new_val & HPET_CFG_ENABLE) ) in hpet_write()
821 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_resume()850 cfg |= HPET_CFG_ENABLE; in hpet_resume()866 hpet_write32(*hpet_boot_cfg & ~HPET_CFG_ENABLE, HPET_CFG); in hpet_disable()872 if ( *hpet_boot_cfg & HPET_CFG_ENABLE ) in hpet_disable()
209 conf & HPET_CFG_ENABLE ? "E" : "", in dump_hpet()350 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()363 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()
Completed in 8 milliseconds