Searched refs:si_clk (Results 1 – 1 of 1) sorted by relevance
58 struct si_clk { struct68 struct si_clk clk_dif[9]; argument190 #define to_si521xx_clk(_hw) container_of(_hw, struct si_clk, hw)194 struct si_clk *si_clk = to_si521xx_clk(hw); in si521xx_diff_prepare() local195 struct si521xx *si = si_clk->si; in si521xx_diff_prepare()197 regmap_set_bits(si->regmap, SI521XX_REG_OE(si_clk->reg), si_clk->bit); in si521xx_diff_prepare()204 struct si_clk *si_clk = to_si521xx_clk(hw); in si521xx_diff_unprepare() local205 struct si521xx *si = si_clk->si; in si521xx_diff_unprepare()207 regmap_clear_bits(si->regmap, SI521XX_REG_OE(si_clk->reg), si_clk->bit); in si521xx_diff_unprepare()254 struct si_clk *clk) in si521xx_diff_idx_to_reg_bit()