Lines Matching refs:val
151 int val;
153 val = readl(ost_clk->ost->base + info->ostccr_reg);
154 val = (val & ~OSTCCR_PRESCALE1_MASK) | (prescale << OSTCCR_PRESCALE1_LSB);
155 writel(val, ost_clk->ost->base + info->ostccr_reg);
166 int val;
168 val = readl(ost_clk->ost->base + info->ostccr_reg);
169 val = (val & ~OSTCCR_PRESCALE2_MASK) | (prescale << OSTCCR_PRESCALE2_LSB);
170 writel(val, ost_clk->ost->base + info->ostccr_reg);
274 int val, err;
286 val = readl(ost->base + info->ostccr_reg);
287 val &= ~(OSTCCR_PRESCALE1_MASK | OSTCCR_PRESCALE2_MASK);
288 writel(val, ost->base + info->ostccr_reg);