Lines Matching defs:pll_ratio_table
639 static const struct cs42l42_pll_params pll_ratio_table[] = {
675 if (pll_ratio_table[cs42l42->pll_config].sclk == clk)
681 for (i = 0; i < ARRAY_SIZE(pll_ratio_table); i++) {
683 if (pll_ratio_table[i].mclk_int % sample_rate)
686 if (pll_ratio_table[i].sclk == clk) {
692 ((pll_ratio_table[i].mclk_int !=
694 (pll_ratio_table[i].mclk_int !=
697 if (pll_ratio_table[i].mclk_src_sel == 0) {
707 pll_ratio_table[i].sclk_prediv
712 pll_ratio_table[i].pll_div_int
718 pll_ratio_table[i].pll_div_frac)
724 pll_ratio_table[i].pll_div_frac)
730 pll_ratio_table[i].pll_div_frac)
735 pll_ratio_table[i].pll_mode
740 (pll_ratio_table[i].pll_divout * pll_ratio_table[i].n)
745 pll_ratio_table[i].pll_cal_ratio
1006 for (i = 0; i < ARRAY_SIZE(pll_ratio_table); i++) {
1007 if (pll_ratio_table[i].sclk == freq) {
1075 if (pll_ratio_table[cs42l42->pll_config].mclk_src_sel) {
1079 if (pll_ratio_table[cs42l42->pll_config].n > 1) {
1082 regval = pll_ratio_table[cs42l42->pll_config].pll_divout;