Lines Matching refs:hpet_write
42 static void hpet_write(int offset, int data) in hpet_write() function
52 hpet_write(HPET_CFG, cfg); in hpet_start_counter()
60 hpet_write(HPET_CFG, cfg); in hpet_stop_counter()
65 hpet_write(HPET_COUNTER, 0); in hpet_reset_counter()
66 hpet_write(HPET_COUNTER + 4, 0); in hpet_reset_counter()
98 hpet_write(HPET_T0_CFG, cfg); in hpet_set_mode()
101 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_mode()
103 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_mode()
112 hpet_write(HPET_T0_CFG, cfg); in hpet_set_mode()
123 hpet_write(HPET_T0_CFG, cfg); in hpet_set_mode()
140 hpet_write(HPET_T0_CMP, cnt); in hpet_next_event()
155 hpet_write(HPET_STATUS, HPET_T0_IRS); in hpet_irq_handler()