Searched refs:max_exponent (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 814 unsigned int max_exponent) in cdnsp_microframes_to_exponent() argument 819 return clamp_val(interval, min_exponent, max_exponent); in cdnsp_microframes_to_exponent()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_dcb.c | 1280 u32 max_exponent, in i40e_dcb_hw_rx_fifo_config() argument 1292 reg |= FIELD_PREP(I40E_PRTDCB_RETSC_ETS_MAX_EXP_MASK, max_exponent); in i40e_dcb_hw_rx_fifo_config()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mem.c | 1251 unsigned int min_exponent, unsigned int max_exponent) in xhci_microframes_to_exponent() 1256 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent() 1243 xhci_microframes_to_exponent(struct usb_device * udev,struct usb_host_endpoint * ep,unsigned int desc_interval,unsigned int min_exponent,unsigned int max_exponent) xhci_microframes_to_exponent() argument
|