Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c488 u64 ratio_f; /* Ratio of incoming to outgoing data rate */ in tegra_dc_dp_calc_config() local
518 ratio_f = (u64)timing->pixelclock.typ * link_cfg->bits_per_pixel * f; in tegra_dc_dp_calc_config()
519 ratio_f /= 8; in tegra_dc_dp_calc_config()
520 do_div(ratio_f, link_rate * link_cfg->lane_count); in tegra_dc_dp_calc_config()
523 activesym_f = ratio_f * i; in tegra_dc_dp_calc_config()
595 watermark_f = lldiv(ratio_f * link_cfg->tu_size * (f - ratio_f), f); in tegra_dc_dp_calc_config()