Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dimx28-clock.yaml83 enet_out 64
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dimx7d.dtsi125 "enet_clk_ref", "enet_out";
H A Dimx6ul.dtsi479 "enet_clk_ref", "enet_out";
777 "enet_clk_ref", "enet_out";
H A Dimx6ull.dtsi568 "enet_clk_ref", "enet_out";
877 "enet_clk_ref", "enet_out";
H A Dimx6sx.dtsi857 "enet_clk_ref", "enet_out";
966 "enet_clk_ref", "enet_out";
H A Dimx7s.dtsi992 "enet_clk_ref", "enet_out";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx7d.dtsi153 "enet_clk_ref", "enet_out";
H A Dimx6dl-eckelmann-ci4x10.dts304 clock-names = "ipg", "ahb", "ptp", "enet_out";
H A Dimx6ul.dtsi536 "enet_clk_ref", "enet_out";
883 "enet_clk_ref", "enet_out";
H A Dimx6qdl-tx6.dtsi283 clock-names = "ipg", "ahb", "ptp", "enet_out";
H A Dimx6sx.dtsi956 "enet_clk_ref", "enet_out";
1068 "enet_clk_ref", "enet_out";
H A Dimx28.dtsi1307 clock-names = "ipg", "ahb", "enet_out";
H A Dimx7s.dtsi1203 "enet_clk_ref", "enet_out";
H A Dimx6qdl.dtsi1048 clock-names = "ipg", "ahb", "ptp", "enet_out";
/OK3568_Linux_fs/kernel/arch/arm/mach-mxs/
H A Dmach-mxs.c232 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mp.dtsi724 "enet_clk_ref", "enet_out";
H A Dimx8mn.dtsi752 "enet_clk_ref", "enet_out";
H A Dimx8mm.dtsi865 "enet_clk_ref", "enet_out";
H A Dimx8mq.dtsi1092 "enet_clk_ref", "enet_out";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_main.c3704 /* enet_out is optional, depends on board */ in fec_probe()
3705 fep->clk_enet_out = devm_clk_get(&pdev->dev, "enet_out"); in fec_probe()