Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c1250 struct usb_host_endpoint *ep, unsigned int desc_interval, in xhci_microframes_to_exponent() argument
1255 interval = fls(desc_interval) - 1; in xhci_microframes_to_exponent()
1257 if ((1 << interval) != desc_interval) in xhci_microframes_to_exponent()
1262 desc_interval); in xhci_microframes_to_exponent()