Searched refs:pll_config (Results 1 – 8 of 8) sorted by relevance
69 struct pll_config { struct85 const struct pll_config *config, bool fsm_mode); argument87 const struct pll_config *config, bool fsm_mode);
227 const struct pll_config *config) in clk_pll_configure()254 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr()263 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr_hpm_lp()
50 static const struct pll_config pll4_config = {
2315 static const struct pll_config mmpll1_config = {2329 static struct pll_config mmpll3_config = {
3036 static const struct pll_config mmpll1_config = {3050 static const struct pll_config mmpll3_config = {
148 static const struct pll_config pll15_config = {
77 struct pll_config { struct97 struct pll_config pll_config_g; argument
883 u16 pll_config; in wl128x_configure_mcs_pll() local908 ret = wl12xx_top_reg_read(wl, MCS_PLL_CONFIG_REG, &pll_config); in wl128x_configure_mcs_pll()912 if (pll_config == 0xFFFF) in wl128x_configure_mcs_pll()914 pll_config |= (input_freq << MCS_SEL_IN_FREQ_SHIFT); in wl128x_configure_mcs_pll()915 pll_config |= MCS_PLL_ENABLE_HP; in wl128x_configure_mcs_pll()916 ret = wl12xx_top_reg_write(wl, MCS_PLL_CONFIG_REG, pll_config); in wl128x_configure_mcs_pll()