Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ast/
Dast_post.c247 u32 dll_min[4], dll_max[4], dlli, data, passcnt; in cbrdlli_ast2150() local
251 dll_max[0] = dll_max[1] = dll_max[2] = dll_max[3] = 0x0; in cbrdlli_ast2150()
261 if (dll_max[0] < dlli) in cbrdlli_ast2150()
262 dll_max[0] = dlli; in cbrdlli_ast2150()
268 if (dll_max[0] == 0 || (dll_max[0]-dll_min[0]) < CBR_THRESHOLD_AST2150) in cbrdlli_ast2150()
271 dlli = dll_min[0] + (((dll_max[0] - dll_min[0]) * 7) >> 4); in cbrdlli_ast2150()