Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/tegra/ !
Dpmc.c203 struct pmc_clk_gate { struct
209 #define to_pmc_clk_gate(_hw) container_of(_hw, struct pmc_clk_gate, hw) argument
2640 struct pmc_clk_gate *gate = to_pmc_clk_gate(hw); in pmc_clk_gate_is_enabled()
2647 struct pmc_clk_gate *gate = to_pmc_clk_gate(hw); in pmc_clk_gate_enable()
2656 struct pmc_clk_gate *gate = to_pmc_clk_gate(hw); in pmc_clk_gate_disable()
2673 struct pmc_clk_gate *gate; in tegra_pmc_clk_gate_register()