Home
last modified time | relevance | path

Searched refs:to_clk_periph_gate (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-periph-gate.c38 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled()
53 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable_locked()
76 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable_locked()
91 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable()
106 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable()
121 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable_unused()
H A Dclk.h574 #define to_clk_periph_gate(_hw) \ macro