Lines Matching defs:sh_clk_read
19 static unsigned int sh_clk_read(struct clk *clk)
41 sh_clk_write(sh_clk_read(clk) & ~(1 << clk->enable_bit), clk);
70 sh_clk_write(sh_clk_read(clk) | (1 << clk->enable_bit), clk);
123 idx = (sh_clk_read(clk) >> clk->enable_bit) & clk->div_mask;
138 value = sh_clk_read(clk);
158 sh_clk_write(sh_clk_read(clk) & ~CPG_CKSTP_BIT, clk);
166 val = sh_clk_read(clk);
209 val = (sh_clk_read(clk) >> clk->src_shift);
300 value = sh_clk_read(clk) &
348 value = sh_clk_read(clk) & ~(1 << 7);
350 value = sh_clk_read(clk) | (1 << 7);