Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c4312 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local
4320 for (besl_host = 0; besl_host < 16; besl_host++) { in xhci_calculate_hird_besl()
4321 if (xhci_besl_encoding[besl_host] >= u2del) in xhci_calculate_hird_besl()
4331 besl_host = 0; in xhci_calculate_hird_besl()
4333 besl_host = (u2del - 51) / 75 + 1; in xhci_calculate_hird_besl()
4336 besl = besl_host + besl_device; in xhci_calculate_hird_besl()