Home
last modified time | relevance | path

Searched refs:pll_vco (Results 1 – 25 of 30) sorted by relevance

12

/drivers/clk/qcom/
Dgcc-ipq4019.c75 const struct clk_fepll_vco *pll_vco; member
1213 const struct clk_fepll_vco *pll_vco = pll_div->pll_vco; in clk_fepll_vco_calc_rate() local
1217 regmap_read(pll_div->cdiv.clkr.regmap, pll_vco->reg, &cdiv); in clk_fepll_vco_calc_rate()
1218 refclkdiv = (cdiv >> pll_vco->refclkdiv_shift) & in clk_fepll_vco_calc_rate()
1219 (BIT(pll_vco->refclkdiv_width) - 1); in clk_fepll_vco_calc_rate()
1220 fdbkdiv = (cdiv >> pll_vco->fdbkdiv_shift) & in clk_fepll_vco_calc_rate()
1221 (BIT(pll_vco->fdbkdiv_width) - 1); in clk_fepll_vco_calc_rate()
1371 .pll_vco = &gcc_apss_ddrpll_vco,
1422 .pll_vco = &gcc_apss_ddrpll_vco,
1437 .pll_vco = &gcc_fepll_vco,
[all …]
Dclk-alpha-pll.h46 struct pll_vco { struct
69 const struct pll_vco *vco_table; argument
Da7-pll.c18 static const struct pll_vco lucid_vco[] = {
Dvideocc-sc7180.c25 static const struct pll_vco fabia_vco[] = {
Dgpucc-sc7180.c32 static const struct pll_vco fabia_vco[] = {
Dvideocc-sm8150.c26 static struct pll_vco trion_vco[] = {
Dgpucc-sm8150.c29 static const struct pll_vco trion_vco[] = {
Dvideocc-sc7280.c26 static const struct pll_vco lucid_vco[] = {
Dgpucc-sm8250.c35 static struct pll_vco lucid_vco[] = {
Dgpucc-sdm660.c57 static struct pll_vco gpu_vco[] = {
Dclk-alpha-pll.c486 static const struct pll_vco *
489 const struct pll_vco *v = pll->vco_table; in alpha_pll_find_vco()
490 const struct pll_vco *end = v + pll->num_vco; in alpha_pll_find_vco()
586 const struct pll_vco *vco; in __clk_alpha_pll_set_rate()
1220 const struct pll_vco *vco; in alpha_pll_fabia_prepare()
Dgpucc-msm8998.c53 static struct pll_vco fabia_vco[] = {
Dvideocc-sm8250.c28 static struct pll_vco lucid_vco[] = {
Dlpasscorecc-sc7180.c30 static struct pll_vco fabia_vco[] = {
Dgpucc-sc7280.c29 static const struct pll_vco lucid_vco[] = {
Dclk-cpu-8996.c138 static const struct pll_vco alt_pll_vco_modes[] = {
Ddispcc-sc7180.c31 static const struct pll_vco fabia_vco[] = {
Dcamcc-sc7180.c35 static const struct pll_vco agera_vco[] = {
39 static const struct pll_vco fabia_vco[] = {
Ddispcc-sc7280.c33 static const struct pll_vco lucid_vco[] = {
Dmmcc-msm8996.c241 static struct pll_vco mmpll_p_vco[] = {
248 static struct pll_vco mmpll_gfx_vco[] = {
254 static struct pll_vco mmpll_t_vco[] = {
Dgcc-sm6115.c44 static struct pll_vco default_vco[] = {
48 static struct pll_vco gpll9_vco[] = {
52 static struct pll_vco gpll10_vco[] = {
Dcamcc-sm8250.c35 static struct pll_vco lucid_vco[] = {
39 static struct pll_vco zonda_vco[] = {
Dmmcc-msm8994.c88 static struct pll_vco mmpll_p_vco[] = {
95 static struct pll_vco mmpll_t_vco[] = {
Ddispcc-sm8250.c41 static struct pll_vco vco_table[] = {
Dmmcc-sdm660.c99 static struct pll_vco vco[] = {
106 static struct pll_vco mmpll3_vco[] = {

12