|
@@ -514,9 +514,9 @@ unsigned long sm501_set_clock(struct device *dev,
|
|
|
unsigned long mode = smc501_readl(sm->regs + SM501_POWER_MODE_CONTROL);
|
|
unsigned long mode = smc501_readl(sm->regs + SM501_POWER_MODE_CONTROL);
|
|
|
unsigned long gate = smc501_readl(sm->regs + SM501_CURRENT_GATE);
|
|
unsigned long gate = smc501_readl(sm->regs + SM501_CURRENT_GATE);
|
|
|
unsigned long clock = smc501_readl(sm->regs + SM501_CURRENT_CLOCK);
|
|
unsigned long clock = smc501_readl(sm->regs + SM501_CURRENT_CLOCK);
|
|
|
- unsigned char reg;
|
|
|
|
|
unsigned int pll_reg = 0;
|
|
unsigned int pll_reg = 0;
|
|
|
unsigned long sm501_freq; /* the actual frequency achieved */
|
|
unsigned long sm501_freq; /* the actual frequency achieved */
|
|
|
|
|
+ u64 reg;
|
|
|
|
|
|
|
|
struct sm501_clock to;
|
|
struct sm501_clock to;
|
|
|
|
|
|