Home
last modified time | relevance | path

Searched defs:clk_gate (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clk/ralink/
H A Dclk-mt7621.c100 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); in mt7621_gate_enable() local
109 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); in mt7621_gate_disable() local
117 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); in mt7621_gate_is_enabled() local
/linux/drivers/clk/socfpga/
H A Dclk-gate-a10.c45 u32 clk_gate[2]; in __socfpga_gate_init() local
H A Dclk-gate.c139 u32 clk_gate[2]; in socfpga_gate_init() local
/linux/include/linux/
H A Dclk-provider.h526 struct clk_gate { struct
534 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument