Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/qcom/
Dclk-pll.h69 struct pll_config { struct
85 const struct pll_config *config, bool fsm_mode); argument
87 const struct pll_config *config, bool fsm_mode);
Dclk-pll.c227 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()
Dlcc-ipq806x.c50 static const struct pll_config pll4_config = {
Dmmcc-msm8974.c2315 static const struct pll_config mmpll1_config = {
2329 static struct pll_config mmpll3_config = {
Dmmcc-apq8084.c3036 static const struct pll_config mmpll1_config = {
3050 static const struct pll_config mmpll3_config = {
Dmmcc-msm8960.c148 static const struct pll_config pll15_config = {
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_boot_params.h77 struct pll_config { struct
97 struct pll_config pll_config_g; argument
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c883 u16 pll_config; in wl128x_configure_mcs_pll() local
908 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()