Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Ddwc3-qcom.c47 #define USB_MEMORY_AVG_HS_BW MBps_to_icc(240)
48 #define USB_MEMORY_PEAK_HS_BW MBps_to_icc(700)
49 #define USB_MEMORY_AVG_SS_BW MBps_to_icc(1000)
50 #define USB_MEMORY_PEAK_SS_BW MBps_to_icc(2500)
52 #define APPS_USB_PEAK_BW MBps_to_icc(40)
H A Ddwc3-qcom-legacy.c48 #define USB_MEMORY_AVG_HS_BW MBps_to_icc(240)
49 #define USB_MEMORY_PEAK_HS_BW MBps_to_icc(700)
50 #define USB_MEMORY_AVG_SS_BW MBps_to_icc(1000)
51 #define USB_MEMORY_PEAK_SS_BW MBps_to_icc(2500)
53 #define APPS_USB_PEAK_BW MBps_to_icc(40)
/linux/include/linux/
H A Dinterconnect.h16 #define MBps_to_icc(x) ((x) * 1000) macro