Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c1245 struct usb_host_endpoint *ep, unsigned int desc_interval, in xhci_microframes_to_exponent() argument
1250 interval = fls(desc_interval) - 1; in xhci_microframes_to_exponent()
1252 if ((1 << interval) != desc_interval) in xhci_microframes_to_exponent()
1257 desc_interval); in xhci_microframes_to_exponent()
/linux-6.1.9/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()