Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
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()
/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c1246 unsigned int min_exponent, unsigned int max_exponent) in xhci_microframes_to_exponent() argument
1251 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()