Searched full:enet_out (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/clk/mxs/ |
H A 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/Documentation/devicetree/bindings/clock/ |
H A D | imx28-clock.yaml | 83 enet_out 64
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d.dtsi | 211 "enet_clk_ref", "enet_out";
|
H A D | imx6dl-sielaff.dts | 161 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
H A D | imx6q-bosch-acc.dts | 259 clock-names = "ipg", "ahb", "ptp", "enet_out";
|
H A D | imx7s.dtsi | 1305 "enet_clk_ref", "enet_out";
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-btt3.dtsi | 128 clock-names = "ipg", "ahb", "enet_out";
|
H A D | imx28.dtsi | 1311 clock-names = "ipg", "ahb", "enet_out";
|
/linux/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 234 struct clk *clk = clk_get_sys("enet_out", NULL); in enable_clk_enet_out()
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn.dtsi | 1037 "enet_clk_ref", "enet_out";
|
H A D | imx93.dtsi | 1129 "enet_clk_ref", "enet_out";
|
H A D | imx8mm.dtsi | 1092 "enet_clk_ref", "enet_out";
|
H A D | imx8mq.dtsi | 1550 "enet_clk_ref", "enet_out";
|
H A D | imx8mp.dtsi | 1357 "enet_clk_ref", "enet_out";
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 4456 /* 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()
|