Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_chip.c305 const int max_OD = 3; in calcPllValue() local
345 if (d > max_OD) in calcPllValue()
346 pll->POD = d - max_OD; in calcPllValue()