Home
last modified time | relevance | path

Searched refs:pll_config (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/clk/qcom/
A Dclk-pll.h61 struct pll_config { struct
77 const struct pll_config *config, bool fsm_mode); argument
79 const struct pll_config *config, bool fsm_mode);
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()
A Dlcc-ipq806x.c42 static const struct pll_config pll4_config = {
A Dmmcc-msm8974.c2279 static const struct pll_config mmpll1_config = {
2293 static struct pll_config mmpll3_config = {
A Dmmcc-apq8084.c3028 static const struct pll_config mmpll1_config = {
3042 static const struct pll_config mmpll3_config = {
A Dgcc-msm8939.c209 static const struct pll_config gpll3_config = {
256 static struct pll_config gpll4_config = {
A Dmmcc-msm8960.c140 static const struct pll_config pll15_config = {
/linux/drivers/net/wireless/rsi/
A Drsi_boot_params.h77 struct pll_config { struct
122 struct pll_config pll_config_g;
/linux/drivers/net/wireless/ti/wl12xx/
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()
/linux/sound/soc/codecs/
A Dcs42l42.c612 if (pll_ratio_table[cs42l42->pll_config].sclk == clk) in cs42l42_pll_config()
620 cs42l42->pll_config = i; in cs42l42_pll_config()
975 if (pll_ratio_table[cs42l42->pll_config].mclk_src_sel) { in cs42l42_mute_stream()
A Dcs42l42.h841 int pll_config; member

Completed in 31 milliseconds