Searched refs:pll_config (Results 1 – 8 of 8) sorted by relevance
68 struct pll_config { struct84 const struct pll_config *config, bool fsm_mode); argument86 const struct pll_config *config, bool fsm_mode);
252 const struct pll_config *config) in clk_pll_configure()279 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr()288 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr_hpm_lp()
50 static const struct pll_config pll4_config = {
2323 static const struct pll_config mmpll1_config = {2337 static struct pll_config mmpll3_config = {
3051 static const struct pll_config mmpll1_config = {3065 static const struct pll_config mmpll3_config = {
119 static const struct pll_config pll15_config = {
76 struct pll_config { struct96 struct pll_config pll_config_g; argument
881 u16 pll_config; in wl128x_configure_mcs_pll() local906 ret = wl12xx_top_reg_read(wl, MCS_PLL_CONFIG_REG, &pll_config); in wl128x_configure_mcs_pll()910 if (pll_config == 0xFFFF) in wl128x_configure_mcs_pll()912 pll_config |= (input_freq << MCS_SEL_IN_FREQ_SHIFT); in wl128x_configure_mcs_pll()913 pll_config |= MCS_PLL_ENABLE_HP; in wl128x_configure_mcs_pll()914 ret = wl12xx_top_reg_write(wl, MCS_PLL_CONFIG_REG, pll_config); in wl128x_configure_mcs_pll()