Lines Matching refs:pll_config
25 static struct pll_config cle266_pll_config[] = {
94 static struct pll_config k800_pll_config[] = {
163 static struct pll_config cx700_pll_config[] = {
230 static struct pll_config vx855_pll_config[] = {
1604 static u32 cle266_encode_pll(struct pll_config pll) in cle266_encode_pll()
1611 static u32 k800_encode_pll(struct pll_config pll) in k800_encode_pll()
1618 static u32 vx855_encode_pll(struct pll_config pll) in vx855_encode_pll()
1626 struct pll_config pll) in get_pll_internal_frequency()
1631 static inline u32 get_pll_output_frequency(u32 ref_freq, struct pll_config pll) in get_pll_output_frequency()
1636 static struct pll_config get_pll_config(struct pll_config *config, int size, in get_pll_config()
1639 struct pll_config best = config[0]; in get_pll_config()