We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667f39b commit c8b9002Copy full SHA for c8b9002
drivers/clk/qcom/clk-alpha-pll.c
@@ -56,7 +56,6 @@
56
#define PLL_STATUS(p) ((p)->offset + (p)->regs[PLL_OFF_STATUS])
57
#define PLL_OPMODE(p) ((p)->offset + (p)->regs[PLL_OFF_OPMODE])
58
#define PLL_FRAC(p) ((p)->offset + (p)->regs[PLL_OFF_FRAC])
59
-#define PLL_CAL_VAL(p) ((p)->offset + (p)->regs[PLL_OFF_CAL_VAL])
60
61
const u8 clk_alpha_pll_regs[][PLL_OFF_MAX_REGS] = {
62
[CLK_ALPHA_PLL_TYPE_DEFAULT] = {
@@ -115,7 +114,6 @@ const u8 clk_alpha_pll_regs[][PLL_OFF_MAX_REGS] = {
115
114
[PLL_OFF_STATUS] = 0x30,
116
[PLL_OFF_OPMODE] = 0x38,
117
[PLL_OFF_ALPHA_VAL] = 0x40,
118
- [PLL_OFF_CAL_VAL] = 0x44,
119
},
120
[CLK_ALPHA_PLL_TYPE_LUCID] = {
121
[PLL_OFF_L_VAL] = 0x04,
0 commit comments