Home
last modified time | relevance | path

Searched refs:ethqos (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c184 clk_set_rate(ethqos->link_clk, ethqos->link_clk_rate); in ethqos_update_link_clk()
194 rgmii_updatel(ethqos, in qcom_ethqos_set_sgmii_loopback()
415 switch (ethqos->speed) { in ethqos_rgmii_macro_init()
550 rgmii_writel(ethqos, ethqos->por[i].value, in ethqos_configure_rgmii()
583 if (ethqos->speed != SPEED_100 && ethqos->speed != SPEED_10) { in ethqos_configure_rgmii()
686 return ethqos->configure_func(ethqos); in ethqos_configure()
694 ethqos->speed = speed; in ethqos_fix_mac_speed()
712 return phy_set_speed(ethqos->serdes_phy, ethqos->speed); in qcom_ethqos_serdes_powerup()
793 ethqos = devm_kzalloc(dev, sizeof(*ethqos), GFP_KERNEL); in qcom_ethqos_probe()
794 if (!ethqos) in qcom_ethqos_probe()
[all …]
H A DMakefile22 obj-$(CONFIG_DWMAC_QCOM_ETHQOS) += dwmac-qcom-ethqos.o
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dqcom,ethqos.yaml4 $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
25 - qcom,qcs615-ethqos
26 - const: qcom,qcs404-ethqos
29 - qcom,qcs8300-ethqos
30 - const: qcom,sa8775p-ethqos
32 - qcom,qcs404-ethqos
33 - qcom,sa8775p-ethqos
34 - qcom,sc8280xp-ethqos
35 - qcom,sm8150-ethqos
96 compatible = "qcom,qcs404-ethqos";
H A Dtesla,fsd-ethqos.yaml4 $id: http://devicetree.org/schemas/net/tesla,fsd-ethqos.yaml#
20 const: tesla,fsd-ethqos
89 compatible = "tesla,fsd-ethqos";
H A Dsnps,dwmac.yaml72 - qcom,qcs404-ethqos
73 - qcom,sa8775p-ethqos
74 - qcom,sc8280xp-ethqos
75 - qcom,sm8150-ethqos
108 - tesla,fsd-ethqos
630 - qcom,qcs404-ethqos
631 - qcom,sa8775p-ethqos
632 - qcom,sc8280xp-ethqos
633 - qcom,sm8150-ethqos
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dqcs8300.dtsi3410 compatible = "qcom,qcs8300-ethqos", "qcom,sa8775p-ethqos";
H A Dqcs404.dtsi1052 compatible = "qcom,qcs404-ethqos";
H A Dsc8280xp.dtsi794 compatible = "qcom,sc8280xp-ethqos";
5901 compatible = "qcom,sc8280xp-ethqos";
H A Dsa8775p.dtsi4772 compatible = "qcom,sa8775p-ethqos";
4813 compatible = "qcom,sa8775p-ethqos";
H A Dsm8150.dtsi941 compatible = "qcom,sm8150-ethqos";
/linux-6.15/
H A DMAINTAINERS20092 F: Documentation/devicetree/bindings/net/qcom,ethqos.yaml
20093 F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c