Lines Matching refs:active_low
99 bool active_low, unsigned long flags, in clk_register_gpio() argument
116 if (active_low) in clk_register_gpio()
170 const char *parent_name, unsigned gpio, bool active_low, in clk_register_gpio_gate() argument
175 (parent_name ? 1 : 0), gpio, active_low, flags, in clk_register_gpio_gate()
192 bool active_low, unsigned long flags) in clk_register_gpio_mux() argument
200 gpio, active_low, flags, &clk_gpio_mux_ops); in clk_register_gpio_mux()
219 unsigned gpio, bool active_low);
265 unsigned gpio, bool active_low) in of_clk_gpio_gate_delayed_register_get() argument
268 gpio, active_low, 0); in of_clk_gpio_gate_delayed_register_get()
273 bool active_low) in of_clk_gpio_mux_delayed_register_get() argument
276 gpio, active_low, 0); in of_clk_gpio_mux_delayed_register_get()
284 unsigned gpio, bool active_low)) in of_gpio_clk_setup() argument