Lines Matching refs:hpet_write
46 static void hpet_write(int offset, int data) in hpet_write() function
56 hpet_write(HPET_CFG, cfg); in hpet_start_counter()
64 hpet_write(HPET_CFG, cfg); in hpet_stop_counter()
69 hpet_write(HPET_COUNTER, 0); in hpet_reset_counter()
70 hpet_write(HPET_COUNTER + 4, 0); in hpet_reset_counter()
100 hpet_write(HPET_T0_CFG, cfg); in hpet_set_state_periodic()
103 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_state_periodic()
105 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_state_periodic()
122 hpet_write(HPET_T0_CFG, cfg); in hpet_set_state_shutdown()
143 hpet_write(HPET_T0_CFG, cfg); in hpet_set_state_oneshot()
166 hpet_write(HPET_T0_CMP, cnt); in hpet_next_event()
182 hpet_write(HPET_STATUS, HPET_T0_IRS); in hpet_irq_handler()