Searched refs:mel_us (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/host/
H A Dxhci.c4622 unsigned long long mel_us = 0; calculate_max_exit_latency() local
4649 mel_us = u1_mel_us; calculate_max_exit_latency()
4651 mel_us = u2_mel_us; calculate_max_exit_latency()
4653 if (mel_us > MAX_EXIT) { calculate_max_exit_latency()
4655 "is too big.\n", mel_us); calculate_max_exit_latency()
4658 return mel_us; calculate_max_exit_latency()

Completed in 75 milliseconds