Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thunderbolt/
Dusb4.c2024 unsigned long uframes; in usb3_bw_to_mbps() local
2026 uframes = bw * 512UL << scale; in usb3_bw_to_mbps()
2027 return DIV_ROUND_CLOSEST(uframes * 8000, MEGA); in usb3_bw_to_mbps()
2032 unsigned long uframes; in mbps_to_usb3_bw() local
2035 uframes = ((unsigned long)mbps * MEGA) / 8000; in mbps_to_usb3_bw()
2036 return DIV_ROUND_UP(uframes, 512UL << scale); in mbps_to_usb3_bw()