Searched full:enet_out (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/net/ |
D | fsl,fec.yaml | 97 The "enet_out"(option), output clock for external device, like supply clock 111 - enet_out
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | imx28-clock.yaml | 83 enet_out 64
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx7d.dtsi | 159 "enet_clk_ref", "enet_out";
|
D | imx6ul.dtsi | 537 "enet_clk_ref", "enet_out"; 885 "enet_clk_ref", "enet_out";
|
D | imx6qdl-tx6.dtsi | 283 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
D | imx6sx.dtsi | 953 "enet_clk_ref", "enet_out"; 1065 "enet_clk_ref", "enet_out";
|
D | imx28.dtsi | 1317 clock-names = "ipg", "ahb", "enet_out";
|
D | imx7s.dtsi | 1234 "enet_clk_ref", "enet_out";
|
D | imx6qdl.dtsi | 1055 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
/Linux-v5.15/arch/arm/mach-mxs/ |
D | mach-mxs.c | 236 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
|
/Linux-v5.15/arch/arm64/boot/dts/freescale/ |
D | imx8mp.dtsi | 820 "enet_clk_ref", "enet_out";
|
D | imx8mn.dtsi | 937 "enet_clk_ref", "enet_out";
|
D | imx8mm.dtsi | 936 "enet_clk_ref", "enet_out";
|
D | imx8mq.dtsi | 1281 "enet_clk_ref", "enet_out";
|
/Linux-v5.15/drivers/net/ethernet/freescale/ |
D | fec_main.c | 3863 /* enet_out is optional, depends on board */ in fec_probe() 3864 fep->clk_enet_out = devm_clk_get(&pdev->dev, "enet_out"); in fec_probe()
|