Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/ralink/
H A Dclk-mt7621.c40 struct mt7621_clk { struct
231 static inline struct mt7621_clk *to_mt7621_clk(struct clk_hw *hw) in to_mt7621_clk()
233 return container_of(hw, struct mt7621_clk, hw); in to_mt7621_clk()
239 struct mt7621_clk *clk = to_mt7621_clk(hw); in mt7621_xtal_recalc_rate()
258 struct mt7621_clk *clk = to_mt7621_clk(hw); in mt7621_cpu_recalc_rate()
309 static struct mt7621_clk mt7621_clks_base[] = {
322 struct mt7621_clk *sclk; in mt7621_register_early_clocks()
397 struct mt7621_clk *sclk = &mt7621_clks_base[i]; in mt7621_clk_init()
408 CLK_OF_DECLARE_DRIVER(mt7621_clk, "mediatek,mt7621-sysc", mt7621_clk_init);