Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c905 int ret, rate, lanes, nrd_bw; in tb_dp_bandwidth_mode_maximum_bandwidth() local
937 nrd_bw = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_mode_maximum_bandwidth()
943 *max_bw = roundup(nrd_bw, ret); in tb_dp_bandwidth_mode_maximum_bandwidth()
946 return nrd_bw; in tb_dp_bandwidth_mode_maximum_bandwidth()