Home
last modified time | relevance | path

Searched refs:pll_config (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dapss-ipq-pll.c129 const struct alpha_pll_config *pll_config; member
135 .pll_config = &ipq5332_pll_config,
141 .pll_config = &ipq8074_pll_config,
147 .pll_config = &ipq6018_pll_config,
153 .pll_config = &ipq9574_pll_config,
185 clk_alpha_pll_configure(data->pll, regmap, data->pll_config); in apss_ipq_pll_probe()
187 clk_stromer_pll_configure(data->pll, regmap, data->pll_config); in apss_ipq_pll_probe()
H A Dclk-pll.h61 struct pll_config { struct
77 const struct pll_config *config, bool fsm_mode);
79 const struct pll_config *config, bool fsm_mode);
H A Dclk-pll.c219 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()
H A Dlcc-ipq806x.c44 static const struct pll_config pll4_config = {
H A Dmmcc-apq8084.c2793 static const struct pll_config mmpll1_config = {
2807 static const struct pll_config mmpll3_config = {
H A Dmmcc-msm8974.c2340 static const struct pll_config mmpll1_config = {
2354 static struct pll_config mmpll3_config = {
H A Dgcc-msm8939.c208 static const struct pll_config gpll3_config = {
255 static struct pll_config gpll4_config = {
H A Dmmcc-msm8960.c80 static const struct pll_config pll15_config = {
H A Dgcc-msm8976.c157 static const struct pll_config gpll3_config = {
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-pll.h61 struct pll_config { struct
77 const struct pll_config *config, bool fsm_mode);
79 const struct pll_config *config, bool fsm_mode);
H A Dclk-pll.c219 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()
H A Dlcc-ipq806x.c42 static const struct pll_config pll4_config = {
H A Dmmcc-msm8974.c2295 static const struct pll_config mmpll1_config = {
2309 static struct pll_config mmpll3_config = {
H A Dmmcc-apq8084.c3030 static const struct pll_config mmpll1_config = {
3044 static const struct pll_config mmpll3_config = {
H A Dgcc-msm8939.c209 static const struct pll_config gpll3_config = {
256 static struct pll_config gpll4_config = {
H A Dmmcc-msm8960.c140 static const struct pll_config pll15_config = {
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H A Drsi_boot_params.h77 struct pll_config { struct
122 struct pll_config pll_config_g;
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H A Drsi_boot_params.h77 struct pll_config { struct
122 struct pll_config pll_config_g;
/kernel/linux/linux-6.6/sound/soc/kirkwood/
H A Dkirkwood-i2s.c60 priv->pll_config = devm_platform_ioremap_resource_byname(pdev, "pll_regs"); in armada_38x_i2s_init_quirk()
61 if (IS_ERR(priv->pll_config)) in armada_38x_i2s_init_quirk()
225 if (priv->pll_config) in kirkwood_set_rate()
226 armada_38x_set_pll(priv->pll_config, rate); in kirkwood_set_rate()
670 armada_38x_set_pll(priv->pll_config, 44100); in kirkwood_i2s_dev_probe()
H A Dkirkwood.h134 void __iomem *pll_config; member
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H A Dloongson_crtc.c73 * @pll_config: point to the pix_pll structure
77 static unsigned int cal_freq(unsigned int pixclock, struct pix_pll *pll_config) in cal_freq() argument
116 pll_config->l2_div = pstdiv; in cal_freq()
117 pll_config->l1_loopc = loopc; in cal_freq()
118 pll_config->l1_frefc = refc; in cal_freq()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l42.h38 int pll_config; member
H A Dcs42l42.c675 if (pll_ratio_table[cs42l42->pll_config].sclk == clk) in cs42l42_pll_config()
687 cs42l42->pll_config = i; in cs42l42_pll_config()
1075 if (pll_ratio_table[cs42l42->pll_config].mclk_src_sel) { in cs42l42_mute_stream()
1079 if (pll_ratio_table[cs42l42->pll_config].n > 1) { in cs42l42_mute_stream()
1082 regval = pll_ratio_table[cs42l42->pll_config].pll_divout; in cs42l42_mute_stream()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H A Dmain.c866 u16 pll_config; in wl128x_configure_mcs_pll() local
891 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H A Dmain.c866 u16 pll_config; in wl128x_configure_mcs_pll() local
891 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()

Completed in 38 milliseconds