pll_ratio_table 592 sound/soc/codecs/cs42l42.c static const struct cs42l42_pll_params pll_ratio_table[] = { pll_ratio_table 616 sound/soc/codecs/cs42l42.c for (i = 0; i < ARRAY_SIZE(pll_ratio_table); i++) { pll_ratio_table 617 sound/soc/codecs/cs42l42.c if (pll_ratio_table[i].sclk == cs42l42->sclk) { pll_ratio_table 621 sound/soc/codecs/cs42l42.c ((pll_ratio_table[i].mclk_int != pll_ratio_table 623 sound/soc/codecs/cs42l42.c (pll_ratio_table[i].mclk_int != pll_ratio_table 632 sound/soc/codecs/cs42l42.c (pll_ratio_table[i].mclk_src_sel pll_ratio_table 634 sound/soc/codecs/cs42l42.c (pll_ratio_table[i].mclk_div << pll_ratio_table 712 sound/soc/codecs/cs42l42.c if (pll_ratio_table[i].mclk_src_sel == 0) { pll_ratio_table 722 sound/soc/codecs/cs42l42.c pll_ratio_table[i].sclk_prediv pll_ratio_table 727 sound/soc/codecs/cs42l42.c pll_ratio_table[i].pll_div_int pll_ratio_table 733 sound/soc/codecs/cs42l42.c pll_ratio_table[i].pll_div_frac) pll_ratio_table 739 sound/soc/codecs/cs42l42.c pll_ratio_table[i].pll_div_frac) pll_ratio_table 745 sound/soc/codecs/cs42l42.c pll_ratio_table[i].pll_div_frac) pll_ratio_table 750 sound/soc/codecs/cs42l42.c pll_ratio_table[i].pll_mode pll_ratio_table 755 sound/soc/codecs/cs42l42.c pll_ratio_table[i].pll_divout pll_ratio_table 760 sound/soc/codecs/cs42l42.c pll_ratio_table[i].pll_cal_ratio pll_ratio_table 190 sound/soc/codecs/cs43130.c static const struct cs43130_pll_params pll_ratio_table[] = { pll_ratio_table 227 sound/soc/codecs/cs43130.c for (i = 0; i < ARRAY_SIZE(pll_ratio_table); i++) { pll_ratio_table 228 sound/soc/codecs/cs43130.c if (pll_ratio_table[i].pll_in == freq_in && pll_ratio_table 229 sound/soc/codecs/cs43130.c pll_ratio_table[i].pll_out == freq_out) pll_ratio_table 230 sound/soc/codecs/cs43130.c return &pll_ratio_table[i];