Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A 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()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dusb4.c2030 static u32 mbps_to_usb3_bw(unsigned int mbps, u8 scale) in mbps_to_usb3_bw() function
2132 if (mbps_to_usb3_bw(max_bw, scale) < 4096) in usb4_usb3_port_write_allocated_bandwidth()
2145 ubw = mbps_to_usb3_bw(upstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
2146 dbw = mbps_to_usb3_bw(downstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()

Completed in 6 milliseconds