/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | apss-ipq-pll.c | 129 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 D | clk-pll.h | 61 struct pll_config { struct 77 const struct pll_config *config, bool fsm_mode); 79 const struct pll_config *config, bool fsm_mode);
|
H A D | clk-pll.c | 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()
|
H A D | lcc-ipq806x.c | 44 static const struct pll_config pll4_config = {
|
H A D | mmcc-apq8084.c | 2793 static const struct pll_config mmpll1_config = { 2807 static const struct pll_config mmpll3_config = {
|
H A D | mmcc-msm8974.c | 2340 static const struct pll_config mmpll1_config = { 2354 static struct pll_config mmpll3_config = {
|
H A D | gcc-msm8939.c | 208 static const struct pll_config gpll3_config = { 255 static struct pll_config gpll4_config = {
|
H A D | mmcc-msm8960.c | 80 static const struct pll_config pll15_config = {
|
H A D | gcc-msm8976.c | 157 static const struct pll_config gpll3_config = {
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-pll.h | 61 struct pll_config { struct 77 const struct pll_config *config, bool fsm_mode); 79 const struct pll_config *config, bool fsm_mode);
|
H A D | clk-pll.c | 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()
|
H A D | lcc-ipq806x.c | 42 static const struct pll_config pll4_config = {
|
H A D | mmcc-msm8974.c | 2295 static const struct pll_config mmpll1_config = { 2309 static struct pll_config mmpll3_config = {
|
H A D | mmcc-apq8084.c | 3030 static const struct pll_config mmpll1_config = { 3044 static const struct pll_config mmpll3_config = {
|
H A D | gcc-msm8939.c | 209 static const struct pll_config gpll3_config = { 256 static struct pll_config gpll4_config = {
|
H A D | mmcc-msm8960.c | 140 static const struct pll_config pll15_config = {
|
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_boot_params.h | 77 struct pll_config { struct 122 struct pll_config pll_config_g;
|
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_boot_params.h | 77 struct pll_config { struct 122 struct pll_config pll_config_g;
|
/kernel/linux/linux-6.6/sound/soc/kirkwood/ |
H A D | kirkwood-i2s.c | 60 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 D | kirkwood.h | 134 void __iomem *pll_config; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
H A D | loongson_crtc.c | 73 * @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 D | cs42l42.h | 38 int pll_config; member
|
H A D | cs42l42.c | 675 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 D | main.c | 866 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 D | main.c | 866 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()
|