Searched refs:si_clk (Results 1 – 1 of 1) sorted by relevance
57 struct si_clk { struct67 struct si_clk clk_dif[9]; argument191 #define to_si521xx_clk(_hw) container_of(_hw, struct si_clk, hw)195 struct si_clk *si_clk = to_si521xx_clk(hw); in si521xx_diff_prepare() local196 struct si521xx *si = si_clk->si; in si521xx_diff_prepare()198 regmap_set_bits(si->regmap, SI521XX_REG_OE(si_clk->reg), si_clk->bit); in si521xx_diff_prepare()205 struct si_clk *si_clk = to_si521xx_clk(hw); in si521xx_diff_unprepare() local206 struct si521xx *si = si_clk->si; in si521xx_diff_unprepare()208 regmap_clear_bits(si->regmap, SI521XX_REG_OE(si_clk->reg), si_clk->bit); in si521xx_diff_unprepare()255 struct si_clk *clk) in si521xx_diff_idx_to_reg_bit()