Searched refs:eth_clks (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/clk/mediatek/ |
H A D | clk-mt2701-eth.c | 22 static const struct mtk_gate eth_clks[] = { variable 43 .clks = eth_clks, 44 .num_clks = ARRAY_SIZE(eth_clks),
|
H A D | clk-mt7622-eth.c | 26 static const struct mtk_gate eth_clks[] = { variable 63 .clks = eth_clks, 64 .num_clks = ARRAY_SIZE(eth_clks),
|
H A D | clk-mt7986-eth.c | 58 static const struct mtk_gate eth_clks[] = { variable 67 .clks = eth_clks, 68 .num_clks = ARRAY_SIZE(eth_clks),
|
H A D | clk-mt7981-eth.c | 78 static const struct mtk_gate eth_clks[] __initconst = { variable 86 .clks = eth_clks, 87 .num_clks = ARRAY_SIZE(eth_clks),
|
H A D | clk-mt7629-eth.c | 26 static const struct mtk_gate eth_clks[] = { variable 83 mtk_clk_register_gates(&pdev->dev, node, eth_clks, in clk_mt7629_ethsys_init()
|