Searched refs:dispc_freq (Results 1 – 2 of 2) sorted by relevance
416 bool dispc_div_calc(struct dispc_device *dispc, unsigned long dispc_freq,
3692 bool dispc_div_calc(struct dispc_device *dispc, unsigned long dispc_freq, in dispc_div_calc() argument3718 lckd_start = max(DIV_ROUND_UP(dispc_freq, lck_max), 1ul); in dispc_div_calc()3719 lckd_stop = min(dispc_freq / pck_min, 255ul); in dispc_div_calc()3722 lck = dispc_freq / lckd; in dispc_div_calc()