Searched refs:wakeup_int (Results 1 – 2 of 2) sorted by relevance
531 if (ci->wakeup_int) in ci_irq_handler()535 ci->wakeup_int = true; in ci_irq_handler()1376 if (ci->wakeup_int) { in ci_controller_resume()1377 ci->wakeup_int = false; in ci_controller_resume()
3195 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local3201 wakeup_int = div64_long(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup()3202 if (wakeup_int > 63) { in ice_sched_calc_wakeup()3203 wakeup = (u16)((1 << 15) | wakeup_int); in ice_sched_calc_wakeup()3208 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()3221 wakeup |= (u16)(wakeup_int << 9); in ice_sched_calc_wakeup()