Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dusb4.c1543 static u32 mbps_to_usb3_bw(unsigned int mbps, u8 scale) in mbps_to_usb3_bw() function
1645 if (mbps_to_usb3_bw(max_bw, scale) < 4096) in usb4_usb3_port_write_allocated_bandwidth()
1658 ubw = mbps_to_usb3_bw(upstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
1659 dbw = mbps_to_usb3_bw(downstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()