Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci.c4976 unsigned long long mel_us = 0; in calculate_max_exit_latency() local
5002 mel_us = max(u1_mel_us, u2_mel_us); in calculate_max_exit_latency()
5005 if (mel_us > MAX_EXIT) { in calculate_max_exit_latency()
5007 "is too big.\n", mel_us); in calculate_max_exit_latency()
5010 return mel_us; in calculate_max_exit_latency()