Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5682s.c2279 static const struct pll_calc_map pllb_table[] = { variable
2305 for (i = 0; i < ARRAY_SIZE(pllb_table); i++) { in find_pll_inter_combination()
2306 if (pllb_table[i].freq_in == f_in && pllb_table[i].freq_out == f_out) { in find_pll_inter_combination()
2307 memcpy(b, pllb_table + i, sizeof(*b)); in find_pll_inter_combination()
2315 for (j = ARRAY_SIZE(pllb_table) - 1; j >= 0; j--) { in find_pll_inter_combination()
2316 if (pllb_table[j].freq_in == 3840000 && in find_pll_inter_combination()
2317 pllb_table[j].freq_out == f_out) { in find_pll_inter_combination()
2319 memcpy(b, pllb_table + j, sizeof(*b)); in find_pll_inter_combination()