Searched refs:uframes (Results 1 – 1 of 1) sorted by relevance
1968 unsigned long uframes; in usb3_bw_to_mbps() local1970 uframes = bw * 512UL << scale; in usb3_bw_to_mbps()1971 return DIV_ROUND_CLOSEST(uframes * 8000, 1000 * 1000); in usb3_bw_to_mbps()1976 unsigned long uframes; in mbps_to_usb3_bw() local1979 uframes = ((unsigned long)mbps * 1000 * 1000) / 8000; in mbps_to_usb3_bw()1980 return DIV_ROUND_UP(uframes, 512UL << scale); in mbps_to_usb3_bw()
Completed in 7 milliseconds