Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb.c1820 int max_up, max_down, max_up_rounded, max_down_rounded; in tb_alloc_dp_bandwidth() local
1856 max_down_rounded = roundup(max_down, granularity); in tb_alloc_dp_bandwidth()
1868 if (requested_down_corrected == max_down_rounded) in tb_alloc_dp_bandwidth()
1877 (*requested_down >= 0 && requested_down_corrected > max_down_rounded)) { in tb_alloc_dp_bandwidth()
1880 max_up_rounded, max_down_rounded); in tb_alloc_dp_bandwidth()