Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/clk/qcom/
H A Dgcc-ipq4019.c74 const struct clk_fepll_vco *pll_vco; member
90 const struct clk_fepll_vco *pll_vco = pll_div->pll_vco; in clk_fepll_vco_calc_rate() local
94 regmap_read(pll_div->cdiv.clkr.regmap, pll_vco->reg, &cdiv); in clk_fepll_vco_calc_rate()
95 refclkdiv = (cdiv >> pll_vco->refclkdiv_shift) & in clk_fepll_vco_calc_rate()
96 (BIT(pll_vco->refclkdiv_width) - 1); in clk_fepll_vco_calc_rate()
97 fdbkdiv = (cdiv >> pll_vco->fdbkdiv_shift) & in clk_fepll_vco_calc_rate()
98 (BIT(pll_vco->fdbkdiv_width) - 1); in clk_fepll_vco_calc_rate()
249 .pll_vco = &gcc_apss_ddrpll_vco,
301 .pll_vco = &gcc_apss_ddrpll_vco,
317 .pll_vco = &gcc_fepll_vco,
[all …]
H A Dclk-alpha-pll.h62 struct pll_vco { struct
85 const struct pll_vco *vco_table; argument
H A Da7-pll.c18 static const struct pll_vco lucid_vco[] = {
H A Dgpucc-sm6115.c41 static struct pll_vco default_vco[] = {
45 static struct pll_vco pll1_vco[] = {
H A Dvideocc-sm8350.c40 static const struct pll_vco lucid_5lpe_vco[] = {
44 static const struct pll_vco lucid_5lpe_vco_8280xp[] = {
H A Dvideocc-sc7180.c25 static const struct pll_vco fabia_vco[] = {
H A Dgpucc-sc7180.c32 static const struct pll_vco fabia_vco[] = {
H A Dvideocc-sm8150.c26 static struct pll_vco trion_vco[] = {
H A Dgpucc-sm8250.c35 static struct pll_vco lucid_vco[] = {
H A Dgpucc-sm8150.c29 static const struct pll_vco trion_vco[] = {
H A Dvideocc-sc7280.c26 static const struct pll_vco lucid_vco[] = {
H A Dlpassaudiocc-sc7280.c40 static const struct pll_vco zonda_vco[] = {
119 static const struct pll_vco lucid_vco[] = {
H A Dgpucc-sdm660.c54 static struct pll_vco gpu_vco[] = {
H A Dgpucc-msm8998.c51 static struct pll_vco fabia_vco[] = {
H A Dgpucc-sm6125.c39 static struct pll_vco gpu_cc_pll_vco[] = {
H A Dvideocc-sm8250.c29 static struct pll_vco lucid_vco[] = {
H A Dgpucc-sm6375.c45 static struct pll_vco lucid_vco[] = {
H A Dlpasscorecc-sc7280.c32 static const struct pll_vco lucid_vco[] = {
H A Dgpucc-sc8280xp.c40 static const struct pll_vco lucid_5lpe_vco[] = {
H A Dvideocc-sm8550.c34 static const struct pll_vco lucid_ole_vco[] = {
H A Dvideocc-sm8450.c34 static const struct pll_vco lucid_evo_vco[] = {
H A Dgpucc-sc7280.c29 static const struct pll_vco lucid_vco[] = {
H A Dlpasscorecc-sc7180.c30 static struct pll_vco fabia_vco[] = {
H A Ddispcc-qcm2290.c36 static const struct pll_vco spark_vco[] = {
H A Dgpucc-sm6350.c45 static const struct pll_vco fabia_vco[] = {

123