Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/sophgo/
Dclk-cv18xx-ip.h11 struct cv1800_clk_gate { struct
70 struct cv1800_clk_gate _name = { \
Dclk-cv18xx-ip.c14 static inline struct cv1800_clk_gate *hw_to_cv1800_clk_gate(struct clk_hw *hw) in hw_to_cv1800_clk_gate()
18 return container_of(common, struct cv1800_clk_gate, common); in hw_to_cv1800_clk_gate()
23 struct cv1800_clk_gate *gate = hw_to_cv1800_clk_gate(hw); in gate_enable()
30 struct cv1800_clk_gate *gate = hw_to_cv1800_clk_gate(hw); in gate_disable()
37 struct cv1800_clk_gate *gate = hw_to_cv1800_clk_gate(hw); in gate_is_enabled()