Home
last modified time | relevance | path

Searched full:enet_clk_ref (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/arch/arm/mach-imx/
H A Dmach-imx6q.c94 * If enet_clk_ref configured, we assume DT did it properly and . in imx6q_1588_init()
97 fec_enet_ref = of_clk_get_by_name(np, "enet_clk_ref"); in imx6q_1588_init()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dfsl,fec.yaml102 The "enet_clk_ref"(option), for MAC transmit/receiver reference clock like
119 - enet_clk_ref
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8-ss-conn.dtsi111 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
131 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
H A Dimx8ulp-evk.dts157 clock-names = "ipg", "ahb", "ptp", "enet_clk_ref";
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/u-boot/arch/arm/dts/
H A Dimx7d.dtsi137 "enet_clk_ref", "enet_out";
H A Dfsl-imx8dx.dtsi466 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
484 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
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 Dimx6ul.dtsi536 "enet_clk_ref";
895 "enet_clk_ref";
H A Dimx6sx.dtsi987 "enet_clk_ref", "enet_out";
1105 "enet_clk_ref", "enet_out";
H A Dimx7-colibri.dtsi160 clock-names = "ipg", "ahb", "ptp", "enet_clk_ref";
H A Dimx6qdl.dtsi1053 clock-names = "ipg", "ahb", "ptp", "enet_clk_ref";
H A Dimx7s.dtsi1262 "enet_clk_ref", "enet_out";
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c4471 fep->clk_ref = devm_clk_get_optional(&pdev->dev, "enet_clk_ref"); in fec_probe()