Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c747 static const u32 dp_bw[][2] = { in tb_dp_reduce_bandwidth() local
769 for (i = 0; i < ARRAY_SIZE(dp_bw); i++) { in tb_dp_reduce_bandwidth()
770 if (dp_bw[i][0] > out_rate || dp_bw[i][1] > out_lanes) in tb_dp_reduce_bandwidth()
773 if (dp_bw[i][0] > in_rate || dp_bw[i][1] > in_lanes) in tb_dp_reduce_bandwidth()
776 if (tb_dp_bandwidth(dp_bw[i][0], dp_bw[i][1]) <= max_bw) { in tb_dp_reduce_bandwidth()
777 *new_rate = dp_bw[i][0]; in tb_dp_reduce_bandwidth()
778 *new_lanes = dp_bw[i][1]; in tb_dp_reduce_bandwidth()