Lines Matching refs:bit_idx
77 reg = BIT(gate->bit_idx + 16); in clk_gate_endisable()
79 reg |= BIT(gate->bit_idx); in clk_gate_endisable()
84 reg |= BIT(gate->bit_idx); in clk_gate_endisable()
86 reg &= ~BIT(gate->bit_idx); in clk_gate_endisable()
118 reg ^= BIT(gate->bit_idx); in clk_gate_is_enabled()
120 reg &= BIT(gate->bit_idx); in clk_gate_is_enabled()
138 void __iomem *reg, u8 bit_idx, in __clk_hw_register_gate() argument
147 if (bit_idx > 15) { in __clk_hw_register_gate()
171 gate->bit_idx = bit_idx; in __clk_hw_register_gate()
193 void __iomem *reg, u8 bit_idx, in clk_register_gate() argument
199 bit_idx, clk_gate_flags, lock); in clk_register_gate()