mt7621_clk
static inline struct mt7621_clk *to_mt7621_clk(struct clk_hw *hw)
return container_of(hw, struct mt7621_clk, hw);
struct mt7621_clk *clk = to_mt7621_clk(hw);
struct mt7621_clk *clk = to_mt7621_clk(hw);
static struct mt7621_clk mt7621_clks_base[] = {
struct mt7621_clk *sclk;
struct mt7621_clk *sclk = &mt7621_clks_base[i];
CLK_OF_DECLARE_DRIVER(mt7621_clk, "mediatek,mt7621-sysc", mt7621_clk_init);