Lines Matching refs:hw
150 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_rearm() local
153 hw->set_timer_tick(hw, ticks); in ct_xfitimer_irq_rearm()
155 hw->set_timer_irq(hw, 1); in ct_xfitimer_irq_rearm()
162 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_stop() local
163 hw->set_timer_irq(hw, 0); in ct_xfitimer_irq_stop()
164 hw->set_timer_tick(hw, 0); in ct_xfitimer_irq_stop()
171 struct hw *hw = atimer->atc->hw; in ct_xfitimer_get_wc() local
172 return hw->get_wc(hw); in ct_xfitimer_get_wc()
412 struct hw *hw; in ct_timer_new() local
422 hw = atc->hw; in ct_timer_new()
423 if (!use_system_timer && hw->set_timer_irq) { in ct_timer_new()
426 hw->irq_callback_data = atimer; in ct_timer_new()
427 hw->irq_callback = ct_timer_interrupt; in ct_timer_new()
437 struct hw *hw = atimer->atc->hw; in ct_timer_free() local
438 hw->irq_callback = NULL; in ct_timer_free()