Home
last modified time | relevance | path

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

/drivers/gpu/drm/ast/
A Dast_2100.c229 u32 dll_min[4], dll_max[4], dlli, data, passcnt; in cbrdlli_ast2150() local
236 dll_max[0] = 0x00; in cbrdlli_ast2150()
237 dll_max[1] = 0x00; in cbrdlli_ast2150()
238 dll_max[2] = 0x00; in cbrdlli_ast2150()
239 dll_max[3] = 0x00; in cbrdlli_ast2150()
249 if (dll_max[0] < dlli) in cbrdlli_ast2150()
250 dll_max[0] = dlli; in cbrdlli_ast2150()
257 if (dll_max[0] == 0 || (dll_max[0] - dll_min[0]) < CBR_THRESHOLD_AST2150) in cbrdlli_ast2150()
260 dlli = dll_min[0] + (((dll_max[0] - dll_min[0]) * 7) >> 4); in cbrdlli_ast2150()

Completed in 4 milliseconds