Lines Matching refs:hpet_write
45 static void hpet_write(int offset, int data) in hpet_write() function
55 hpet_write(HPET_CFG, cfg); in hpet_start_counter()
63 hpet_write(HPET_CFG, cfg); in hpet_stop_counter()
68 hpet_write(HPET_COUNTER, 0); in hpet_reset_counter()
69 hpet_write(HPET_COUNTER + 4, 0); in hpet_reset_counter()
99 hpet_write(HPET_T0_CFG, cfg); in hpet_set_state_periodic()
102 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_state_periodic()
104 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_state_periodic()
121 hpet_write(HPET_T0_CFG, cfg); in hpet_set_state_shutdown()
142 hpet_write(HPET_T0_CFG, cfg); in hpet_set_state_oneshot()
165 hpet_write(HPET_T0_CMP, cnt); in hpet_next_event()
181 hpet_write(HPET_STATUS, HPET_T0_IRS); in hpet_irq_handler()