Searched refs:pll_config (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/clk/qcom/ |
A D | clk-pll.h | 61 struct pll_config { struct 77 const struct pll_config *config, bool fsm_mode); argument 79 const struct pll_config *config, bool fsm_mode);
|
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()
|
A D | lcc-ipq806x.c | 45 static const struct pll_config pll4_config = {
|
A D | mmcc-msm8974.c | 2356 static const struct pll_config mmpll1_config = { 2370 static struct pll_config mmpll3_config = {
|
A D | mmcc-apq8084.c | 2791 static const struct pll_config mmpll1_config = { 2805 static const struct pll_config mmpll3_config = {
|
A D | gcc-msm8939.c | 209 static const struct pll_config gpll3_config = { 256 static struct pll_config gpll4_config = {
|
A D | mmcc-msm8960.c | 80 static const struct pll_config pll15_config = {
|
A D | gcc-msm8976.c | 157 static const struct pll_config gpll3_config = {
|
/linux-6.3-rc2/drivers/net/wireless/rsi/ |
A D | rsi_boot_params.h | 77 struct pll_config { struct 122 struct pll_config pll_config_g;
|
/linux-6.3-rc2/sound/soc/kirkwood/ |
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()
|
A D | kirkwood.h | 134 void __iomem *pll_config; member
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | cs42l42.h | 38 int pll_config; member
|
A D | cs42l42.c | 668 if (pll_ratio_table[cs42l42->pll_config].sclk == clk) in cs42l42_pll_config() 680 cs42l42->pll_config = i; in cs42l42_pll_config() 1068 if (pll_ratio_table[cs42l42->pll_config].mclk_src_sel) { in cs42l42_mute_stream() 1072 if (pll_ratio_table[cs42l42->pll_config].n > 1) { in cs42l42_mute_stream() 1075 regval = pll_ratio_table[cs42l42->pll_config].pll_divout; in cs42l42_mute_stream()
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl12xx/ |
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()
|
Completed in 49 milliseconds