Searched full:enet_out (Results 1 – 15 of 15) sorted by relevance
/linux-5.10/drivers/clk/mxs/ |
D | clk-imx28.c | 141 fec, can0, can1, usb0, usb1, usb0_phy, usb1_phy, enet_out, enumerator 231 clks[enet_out] = clk_register_gate(NULL, "enet_out", "pll2", 0, ENET, 18, 0, &mxs_lock); in mx28_clocks_init() 244 clk_register_clkdev(clks[enet_out], NULL, "enet_out"); in mx28_clocks_init()
|
/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | imx28-clock.yaml | 83 enet_out 64
|
/linux-5.10/arch/arm/boot/dts/ |
D | imx7d.dtsi | 153 "enet_clk_ref", "enet_out";
|
D | imx6ul.dtsi | 535 "enet_clk_ref", "enet_out"; 882 "enet_clk_ref", "enet_out";
|
D | imx6qdl-tx6.dtsi | 283 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
D | imx6sx.dtsi | 950 "enet_clk_ref", "enet_out"; 1062 "enet_clk_ref", "enet_out";
|
D | imx28.dtsi | 1307 clock-names = "ipg", "ahb", "enet_out";
|
D | imx7s.dtsi | 1203 "enet_clk_ref", "enet_out";
|
D | imx6qdl.dtsi | 1048 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
/linux-5.10/arch/arm/mach-mxs/ |
D | mach-mxs.c | 232 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
|
/linux-5.10/arch/arm64/boot/dts/freescale/ |
D | imx8mp.dtsi | 724 "enet_clk_ref", "enet_out";
|
D | imx8mn.dtsi | 752 "enet_clk_ref", "enet_out";
|
D | imx8mm.dtsi | 865 "enet_clk_ref", "enet_out";
|
D | imx8mq.dtsi | 1092 "enet_clk_ref", "enet_out";
|
/linux-5.10/drivers/net/ethernet/freescale/ |
D | fec_main.c | 3622 /* enet_out is optional, depends on board */ in fec_probe() 3623 fep->clk_enet_out = devm_clk_get(&pdev->dev, "enet_out"); in fec_probe()
|