Home
last modified time | relevance | path

Searched refs:wakeup_int (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2060 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local
2066 wakeup_int = div64_long(ICE_RL_PROF_FREQUENCY, bytes_per_sec); in ice_sched_calc_wakeup()
2067 if (wakeup_int > 63) { in ice_sched_calc_wakeup()
2068 wakeup = (u16)((1 << 15) | wakeup_int); in ice_sched_calc_wakeup()
2073 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()
2087 wakeup |= (u16)(wakeup_int << 9); in ice_sched_calc_wakeup()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dci.h258 bool wakeup_int; member
H A Dcore.c520 ci->wakeup_int = true; in ci_irq_handler()
1331 if (ci->wakeup_int) { in ci_controller_resume()
1332 ci->wakeup_int = false; in ci_controller_resume()