Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb.c2323 int max_up, max_down, max_up_rounded, max_down_rounded; in tb_alloc_dp_bandwidth() local
2358 max_up_rounded = roundup(max_up, granularity); in tb_alloc_dp_bandwidth()
2366 if (requested_up_corrected == max_up_rounded) in tb_alloc_dp_bandwidth()
2379 if ((*requested_up >= 0 && requested_up_corrected > max_up_rounded) || in tb_alloc_dp_bandwidth()
2383 max_up_rounded, max_down_rounded); in tb_alloc_dp_bandwidth()