Lines Matching refs:pll_ctl
947 struct pll_ctl {
973 static const struct pll_ctl pll_ctls[] = {
1045 static const struct pll_ctl *get_pll_ctl(int input_freq)
1048 const struct pll_ctl *pll_ctl = NULL;
1052 pll_ctl = &pll_ctls[i];
1056 return pll_ctl;
1064 const struct pll_ctl *pll_ctl;
1066 pll_ctl = get_pll_ctl(input_freq);
1067 if (!pll_ctl) {
1076 pll_ctl->settings[i].addr,
1077 pll_ctl->settings[i].mask,
1078 pll_ctl->settings[i].val);