Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c264 unsigned int min_exponent, in xhci_microframes_to_exponent() argument
270 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c814 unsigned int min_exponent, in cdnsp_microframes_to_exponent() argument
820 return clamp_val(interval, min_exponent, max_exponent); in cdnsp_microframes_to_exponent()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c1223 unsigned int min_exponent, unsigned int max_exponent) in xhci_microframes_to_exponent() argument
1228 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()