Home
last modified time | relevance | path

Searched full:enet_out (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/clk/mxs/
H A Dclk-imx28.c141 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()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dimx28-clock.yaml83 enet_out 64
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dfsl,fec.yaml106 The "enet_out"(option), output clock for external device, like supply clock
120 - enet_out
/openbmc/u-boot/arch/arm/dts/
H A Dimx7d.dtsi137 "enet_clk_ref", "enet_out";
H A Dfsl-imx8mq.dtsi323 "enet_clk_ref", "enet_out";
H A Dimx6ul.dtsi481 "enet_clk_ref", "enet_out";
779 "enet_clk_ref", "enet_out";
H A Dimx6ull.dtsi570 "enet_clk_ref", "enet_out";
879 "enet_clk_ref", "enet_out";
H A Dimx6sx.dtsi859 "enet_clk_ref", "enet_out";
968 "enet_clk_ref", "enet_out";
H A Dimx7s.dtsi1114 "enet_clk_ref", "enet_out";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d.dtsi211 "enet_clk_ref", "enet_out";
H A Dimx6q-bosch-acc.dts259 clock-names = "ipg", "ahb", "ptp", "enet_out";
H A Dimx6sx.dtsi987 "enet_clk_ref", "enet_out";
1105 "enet_clk_ref", "enet_out";
H A Dimx7s.dtsi1262 "enet_clk_ref", "enet_out";
/openbmc/linux/arch/arm/mach-mxs/
H A Dmach-mxs.c234 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx93.dtsi778 "enet_clk_ref", "enet_out";
H A Dimx8mn.dtsi1039 "enet_clk_ref", "enet_out";
H A Dimx8mm.dtsi1096 "enet_clk_ref", "enet_out";
H A Dimx8mq.dtsi1547 "enet_clk_ref", "enet_out";
H A Dimx8mp.dtsi1337 "enet_clk_ref", "enet_out";
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28.dtsi1311 clock-names = "ipg", "ahb", "enet_out";
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c4422 /* enet_out is optional, depends on board */ in fec_probe()
4423 fep->clk_enet_out = devm_clk_get_optional(&pdev->dev, "enet_out"); in fec_probe()