Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c1256 struct usb_host_endpoint *ep, unsigned int desc_interval, in xhci_microframes_to_exponent() argument
1261 interval = fls(desc_interval) - 1; in xhci_microframes_to_exponent()
1263 if ((1 << interval) != desc_interval) in xhci_microframes_to_exponent()
1268 desc_interval); in xhci_microframes_to_exponent()
/drivers/usb/cdns3/
Dcdnsp-mem.c813 unsigned int desc_interval, in cdnsp_microframes_to_exponent() argument
819 interval = fls(desc_interval) - 1; in cdnsp_microframes_to_exponent()