Home
last modified time | relevance | path

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

/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()
/linux/Documentation/devicetree/bindings/clock/
H A Dimx28-clock.yaml83 enet_out 64
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d.dtsi211 "enet_clk_ref", "enet_out";
H A Dimx6dl-sielaff.dts161 clock-names = "ipg", "ahb", "ptp", "enet_out";
H A Dimx6q-bosch-acc.dts259 clock-names = "ipg", "ahb", "ptp", "enet_out";
H A Dimx7s.dtsi1305 "enet_clk_ref", "enet_out";
/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-btt3.dtsi128 clock-names = "ipg", "ahb", "enet_out";
H A Dimx28.dtsi1311 clock-names = "ipg", "ahb", "enet_out";
/linux/arch/arm/mach-mxs/
H A Dmach-mxs.c234 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn.dtsi1037 "enet_clk_ref", "enet_out";
H A Dimx93.dtsi1129 "enet_clk_ref", "enet_out";
H A Dimx8mm.dtsi1092 "enet_clk_ref", "enet_out";
H A Dimx8mq.dtsi1550 "enet_clk_ref", "enet_out";
H A Dimx8mp.dtsi1357 "enet_clk_ref", "enet_out";
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c4456 /* enet_out is optional, depends on board */ in fec_probe()
4457 fep->clk_enet_out = devm_clk_get_optional(&pdev->dev, "enet_out"); in fec_probe()