Searched full:enet_out (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.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-6.12.1/Documentation/devicetree/bindings/net/ |
D | fsl,fec.yaml | 107 The "enet_out"(option), output clock for external device, like supply clock 121 - enet_out
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | imx28-clock.yaml | 83 enet_out 64
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx7d.dtsi | 211 "enet_clk_ref", "enet_out";
|
D | imx6dl-sielaff.dts | 161 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
D | imx6q-bosch-acc.dts | 259 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
D | imx6sx.dtsi | 984 "enet_clk_ref", "enet_out"; 1102 "enet_clk_ref", "enet_out";
|
D | imx7s.dtsi | 1306 "enet_clk_ref", "enet_out";
|
/linux-6.12.1/arch/arm/mach-mxs/ |
D | mach-mxs.c | 234 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
|
/linux-6.12.1/arch/arm/boot/dts/nxp/mxs/ |
D | imx28.dtsi | 1311 clock-names = "ipg", "ahb", "enet_out";
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mn.dtsi | 1041 "enet_clk_ref", "enet_out";
|
D | imx93.dtsi | 1121 "enet_clk_ref", "enet_out";
|
D | imx8mm.dtsi | 1096 "enet_clk_ref", "enet_out";
|
D | imx8mq.dtsi | 1554 "enet_clk_ref", "enet_out";
|
D | imx8mp.dtsi | 1341 "enet_clk_ref", "enet_out";
|
/linux-6.12.1/drivers/net/ethernet/freescale/ |
D | fec_main.c | 4419 /* enet_out is optional, depends on board */ in fec_probe() 4420 fep->clk_enet_out = devm_clk_get_optional(&pdev->dev, "enet_out"); in fec_probe()
|