Searched refs:HPET_TN_ENABLE (Results 1 – 4 of 4) sorted by relevance
240 cfg |= HPET_TN_ENABLE; in hpet_msi_unmask()251 cfg &= ~HPET_TN_ENABLE; in hpet_msi_mask()598 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_broadcast_init()659 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_broadcast_resume()682 cfg &= ~HPET_TN_ENABLE; in hpet_disable_legacy_broadcast()838 cfg &= ~HPET_TN_ENABLE; in hpet_resume()
35 #define HPET_TN_ENABLE 0x004 macro
63 #define timer_enabled(h, n) (timer_config(h, n) & HPET_TN_ENABLE)397 if ( new_val & HPET_TN_ENABLE ) in hpet_write()409 else if ( !(old_val & HPET_TN_ENABLE) ) in hpet_write()413 else if ( old_val & HPET_TN_ENABLE ) in hpet_write()
220 conf & HPET_TN_ENABLE ? "E" : "", in dump_hpet()384 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | in hpet_set_mode()
Completed in 7 milliseconds