Searched full:enet_out (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/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-v6.1/Documentation/devicetree/bindings/net/ |
D | fsl,fec.yaml | 103 The "enet_out"(option), output clock for external device, like supply clock 117 - enet_out
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | imx28-clock.yaml | 83 enet_out 64
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx7d.dtsi | 202 "enet_clk_ref", "enet_out";
|
D | imx6dl-eckelmann-ci4x10.dts | 304 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
D | imx6ul.dtsi | 538 "enet_clk_ref", "enet_out"; 886 "enet_clk_ref", "enet_out";
|
D | imx6q-bosch-acc.dts | 259 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
D | imx6sx.dtsi | 959 "enet_clk_ref", "enet_out"; 1071 "enet_clk_ref", "enet_out";
|
D | imx28.dtsi | 1319 clock-names = "ipg", "ahb", "enet_out";
|
D | imx7s.dtsi | 1252 "enet_clk_ref", "enet_out";
|
D | imx6qdl.dtsi | 1054 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
/Linux-v6.1/arch/arm/mach-mxs/ |
D | mach-mxs.c | 236 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8mn.dtsi | 1013 "enet_clk_ref", "enet_out";
|
D | imx8mm.dtsi | 1074 "enet_clk_ref", "enet_out";
|
D | imx8mp.dtsi | 1013 "enet_clk_ref", "enet_out";
|
D | imx8mq.dtsi | 1329 "enet_clk_ref", "enet_out";
|
/Linux-v6.1/drivers/net/ethernet/freescale/ |
D | fec_main.c | 3997 /* enet_out is optional, depends on board */ in fec_probe() 3998 fep->clk_enet_out = devm_clk_get_optional(&pdev->dev, "enet_out"); in fec_probe()
|