Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/ralink/
Dclk-mt7621.c40 struct mt7621_clk { struct
225 static inline struct mt7621_clk *to_mt7621_clk(struct clk_hw *hw) in to_mt7621_clk()
227 return container_of(hw, struct mt7621_clk, hw); in to_mt7621_clk()
233 struct mt7621_clk *clk = to_mt7621_clk(hw); in mt7621_xtal_recalc_rate()
252 struct mt7621_clk *clk = to_mt7621_clk(hw); in mt7621_cpu_recalc_rate()
303 static struct mt7621_clk mt7621_clks_base[] = {
316 struct mt7621_clk *sclk; in mt7621_register_early_clocks()
391 struct mt7621_clk *sclk = &mt7621_clks_base[i]; in mt7621_clk_init()
402 CLK_OF_DECLARE_DRIVER(mt7621_clk, "mediatek,mt7621-sysc", mt7621_clk_init);