Searched refs:dispc_freq (Results 1 – 2 of 2) sorted by relevance
478 bool dispc_div_calc(struct dispc_device *dispc, unsigned long dispc_freq,
3674 bool dispc_div_calc(struct dispc_device *dispc, unsigned long dispc_freq, in dispc_div_calc() argument3700 lckd_start = max(DIV_ROUND_UP(dispc_freq, lck_max), 1ul); in dispc_div_calc()3701 lckd_stop = min(dispc_freq / pck_min, 255ul); in dispc_div_calc()3704 lck = dispc_freq / lckd; in dispc_div_calc()