Lines Matching refs:clk_gate
100 struct mt7621_gate *clk_gate = to_mt7621_gate(hw);
101 struct regmap *sysc = clk_gate->priv->sysc;
104 clk_gate->bit_idx, clk_gate->bit_idx);
109 struct mt7621_gate *clk_gate = to_mt7621_gate(hw);
110 struct regmap *sysc = clk_gate->priv->sysc;
112 regmap_update_bits(sysc, SYSC_REG_CLKCFG1, clk_gate->bit_idx, 0);
117 struct mt7621_gate *clk_gate = to_mt7621_gate(hw);
118 struct regmap *sysc = clk_gate->priv->sysc;
124 return val & clk_gate->bit_idx;