Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c4356 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local
4360 u2del = HCS_U2_LATENCY(xhci->hcs_params3); in xhci_calculate_hird_besl()
4365 if (xhci_besl_encoding[besl_host] >= u2del) in xhci_calculate_hird_besl()
4374 if (u2del <= 50) in xhci_calculate_hird_besl()
4377 besl_host = (u2del - 51) / 75 + 1; in xhci_calculate_hird_besl()