Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c263 static unsigned int xhci_microframes_to_exponent(unsigned int desc_interval, in xhci_microframes_to_exponent() argument
269 interval = fls(desc_interval) - 1; in xhci_microframes_to_exponent()
271 if ((1 << interval) != desc_interval) in xhci_microframes_to_exponent()
274 1 << interval, desc_interval); in xhci_microframes_to_exponent()