Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c264 static unsigned int xhci_microframes_to_exponent(unsigned int desc_interval, in xhci_microframes_to_exponent() argument
270 interval = fls(desc_interval) - 1; in xhci_microframes_to_exponent()
272 if ((1 << interval) != desc_interval) in xhci_microframes_to_exponent()
275 1 << interval, desc_interval); in xhci_microframes_to_exponent()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c1327 struct usb_host_endpoint *ep, unsigned int desc_interval, in xhci_microframes_to_exponent() argument
1332 interval = fls(desc_interval) - 1; in xhci_microframes_to_exponent()
1334 if ((1 << interval) != desc_interval) in xhci_microframes_to_exponent()
1339 desc_interval); in xhci_microframes_to_exponent()