Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c4655 unsigned long long u2_del_ns; in xhci_calculate_intel_u2_timeout() local
4663 u2_del_ns = le16_to_cpu(udev->bos->ss_cap->bU2DevExitLat) * 1000ULL; in xhci_calculate_intel_u2_timeout()
4664 if (u2_del_ns > timeout_ns) in xhci_calculate_intel_u2_timeout()
4665 timeout_ns = u2_del_ns; in xhci_calculate_intel_u2_timeout()