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,
3679 bool dispc_div_calc(struct dispc_device *dispc, unsigned long dispc_freq, in dispc_div_calc() argument3705 lckd_start = max(DIV_ROUND_UP(dispc_freq, lck_max), 1ul); in dispc_div_calc()3706 lckd_stop = min(dispc_freq / pck_min, 255ul); in dispc_div_calc()3709 lck = dispc_freq / lckd; in dispc_div_calc()