Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Dusb4.c1966 static unsigned int usb3_bw_to_mbps(u32 bw, u8 scale) in usb3_bw_to_mbps() function
2003 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth()
2006 *downstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth()
2057 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth()
2060 *downstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth()

Completed in 6 milliseconds