Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-periph-gate.c49 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled()
64 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable()
100 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable()
Dclk.h520 #define to_clk_periph_gate(_hw) \ macro