Searched refs:min_exponent (Results 1 – 2 of 2) sorted by relevance
814 unsigned int min_exponent, in cdnsp_microframes_to_exponent() argument820 return clamp_val(interval, min_exponent, max_exponent); in cdnsp_microframes_to_exponent()
1246 unsigned int min_exponent, unsigned int max_exponent) in xhci_microframes_to_exponent() argument1251 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()