Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/mediatek/
H A Dclk-mtk.h190 int mtk_common_clk_init(struct udevice *dev,
H A Dclk-mt7629.c574 ret = mtk_common_clk_init(dev, &mt7629_clk_tree); in mt7629_apmixedsys_probe()
588 return mtk_common_clk_init(dev, &mt7629_clk_tree); in mt7629_topckgen_probe()
H A Dclk-mt7623.c754 ret = mtk_common_clk_init(dev, &mt7623_clk_tree); in mt7623_apmixedsys_probe()
768 return mtk_common_clk_init(dev, &mt7623_clk_tree); in mt7623_topckgen_probe()
H A Dclk-mtk.c465 int mtk_common_clk_init(struct udevice *dev, in mtk_common_clk_init() function