Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c729 static unsigned int tb_dp_bandwidth(unsigned int rate, unsigned int lanes) in tb_dp_bandwidth() function
770 if (tb_dp_bandwidth(dp_bw[i][0], dp_bw[i][1]) <= max_bw) { in tb_dp_reduce_bandwidth()
823 in_rate, in_lanes, tb_dp_bandwidth(in_rate, in_lanes)); in tb_dp_xchg_caps()
831 bw = tb_dp_bandwidth(out_rate, out_lanes); in tb_dp_xchg_caps()
852 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps()
920 tmp = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_alloc_mode_enable()
936 tmp = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_alloc_mode_enable()
1178 max_bw = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_mode_maximum_bandwidth()
1408 *consumed_down = tb_dp_bandwidth(rate, lanes); in tb_dp_consumed_bandwidth()
1410 *consumed_up = tb_dp_bandwidth(rate, lanes); in tb_dp_consumed_bandwidth()
[all …]