Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c495 u32 activefrac = 0; in tegra_dc_dp_calc_config() local
539 activefrac = activepolarity ? 1 : 15; in tegra_dc_dp_calc_config()
541 activefrac = activepolarity ? in tegra_dc_dp_calc_config()
546 if (activefrac == 1) in tegra_dc_dp_calc_config()
550 approx_value_f = activefrac ? lldiv( in tegra_dc_dp_calc_config()
551 (activecount_f + (activefrac * f - f) * f), in tegra_dc_dp_calc_config()
552 (activefrac * f)) : in tegra_dc_dp_calc_config()
555 approx_value_f = activefrac ? in tegra_dc_dp_calc_config()
556 activecount_f + lldiv(f, activefrac) : in tegra_dc_dp_calc_config()
575 lowest_neg_activefrac = activefrac; in tegra_dc_dp_calc_config()