Lines Matching defs:gate
19 #define read_enb(gate) \ argument
21 #define write_enb_set(val, gate) \ argument
23 #define write_enb_clr(val, gate) \ argument
26 #define read_rst(gate) \ argument
28 #define write_rst_clr(val, gate) \ argument
31 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument
38 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local
53 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable_locked() local
68 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable_locked() local
83 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local
98 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local
113 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable_unused() local
140 struct tegra_clk_periph_gate *gate; in tegra_clk_register_periph_gate() local