Searched refs:pll_config (Results 1 – 12 of 12) sorted by relevance
61 struct pll_config { struct77 const struct pll_config *config, bool fsm_mode); argument79 const struct pll_config *config, bool fsm_mode);
219 const struct pll_config *config) in clk_pll_configure()246 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr()255 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr_hpm_lp()
42 static const struct pll_config pll4_config = {
2344 static const struct pll_config mmpll1_config = {2358 static struct pll_config mmpll3_config = {
3029 static const struct pll_config mmpll1_config = {3043 static const struct pll_config mmpll3_config = {
209 static const struct pll_config gpll3_config = {256 static struct pll_config gpll4_config = {
140 static const struct pll_config pll15_config = {
157 static const struct pll_config gpll3_config = {
77 struct pll_config { struct122 struct pll_config pll_config_g;
35 int pll_config; member
657 if (pll_ratio_table[cs42l42->pll_config].sclk == clk) in cs42l42_pll_config()665 cs42l42->pll_config = i; in cs42l42_pll_config()1023 if (pll_ratio_table[cs42l42->pll_config].mclk_src_sel) { in cs42l42_mute_stream()1027 if (pll_ratio_table[cs42l42->pll_config].n > 1) { in cs42l42_mute_stream()1030 regval = pll_ratio_table[cs42l42->pll_config].pll_divout; in cs42l42_mute_stream()
866 u16 pll_config; in wl128x_configure_mcs_pll() local891 ret = wl12xx_top_reg_read(wl, MCS_PLL_CONFIG_REG, &pll_config); in wl128x_configure_mcs_pll()895 if (pll_config == 0xFFFF) in wl128x_configure_mcs_pll()897 pll_config |= (input_freq << MCS_SEL_IN_FREQ_SHIFT); in wl128x_configure_mcs_pll()898 pll_config |= MCS_PLL_ENABLE_HP; in wl128x_configure_mcs_pll()899 ret = wl12xx_top_reg_write(wl, MCS_PLL_CONFIG_REG, pll_config); in wl128x_configure_mcs_pll()