Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/ralink/
H A Dclk-mt7621.c53 struct mt7621_gate { struct
70 static struct mt7621_gate mt7621_gates[] = { argument
93 static inline struct mt7621_gate *to_mt7621_gate(struct clk_hw *hw) in to_mt7621_gate()
95 return container_of(hw, struct mt7621_gate, hw); in to_mt7621_gate()
100 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); in mt7621_gate_enable()
109 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); in mt7621_gate_disable()
117 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); in mt7621_gate_is_enabled()
134 struct mt7621_gate *sclk) in mt7621_gate_ops_init()
159 struct mt7621_gate *sclk; in mt7621_register_gates()
551 struct mt7621_gate *sclk = &mt7621_gates[i]; in mt7621_clk_probe()