Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8580.c388 } post_table[] = { variable
411 for (i = 0; i < ARRAY_SIZE(post_table); i++) { in pll_factors()
412 if (target * post_table[i].div >= 90000000 && in pll_factors()
413 target * post_table[i].div <= 100000000) { in pll_factors()
414 pll_div->freqmode = post_table[i].freqmode; in pll_factors()
415 pll_div->postscale = post_table[i].postscale; in pll_factors()
416 target *= post_table[i].div; in pll_factors()
421 if (i == ARRAY_SIZE(post_table)) { in pll_factors()