Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c187 clk_set_rate(ethqos->link_clk, ethqos->link_clk_rate); in ethqos_update_link_clk()
403 switch (ethqos->speed) { in ethqos_rgmii_macro_init()
538 rgmii_writel(ethqos, ethqos->por[i].value, in ethqos_configure_rgmii()
571 if (ethqos->speed != SPEED_100 && ethqos->speed != SPEED_10) { in ethqos_configure_rgmii()
615 switch (ethqos->speed) { in ethqos_configure_sgmii()
642 return ethqos->configure_func(ethqos); in ethqos_configure()
649 ethqos->speed = speed; in ethqos_fix_mac_speed()
667 return phy_set_speed(ethqos->serdes_phy, ethqos->speed); in qcom_ethqos_serdes_powerup()
748 ethqos = devm_kzalloc(dev, sizeof(*ethqos), GFP_KERNEL); in qcom_ethqos_probe()
749 if (!ethqos) in qcom_ethqos_probe()
[all …]
H A DMakefile22 obj-$(CONFIG_DWMAC_QCOM_ETHQOS) += dwmac-qcom-ethqos.o
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dqcom,ethqos.yaml4 $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
22 - qcom,qcs404-ethqos
23 - qcom,sa8775p-ethqos
24 - qcom,sc8280xp-ethqos
25 - qcom,sm8150-ethqos
82 compatible = "qcom,qcs404-ethqos";
H A Dsnps,dwmac.yaml69 - qcom,qcs404-ethqos
70 - qcom,sa8775p-ethqos
71 - qcom,sc8280xp-ethqos
72 - qcom,sm8150-ethqos
591 - qcom,sa8775p-ethqos
592 - qcom,sc8280xp-ethqos
647 - qcom,qcs404-ethqos
648 - qcom,sa8775p-ethqos
649 - qcom,sc8280xp-ethqos
650 - qcom,sm8150-ethqos
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsa8775p.dtsi2330 compatible = "qcom,sa8775p-ethqos";
2363 compatible = "qcom,sa8775p-ethqos";
H A Dqcs404.dtsi1041 compatible = "qcom,qcs404-ethqos";
H A Dsc8280xp.dtsi784 compatible = "qcom,sc8280xp-ethqos";
5040 compatible = "qcom,sc8280xp-ethqos";
H A Dsm8150.dtsi937 compatible = "qcom,sm8150-ethqos";
/openbmc/linux/
H A DMAINTAINERS17743 F: Documentation/devicetree/bindings/net/qcom,ethqos.yaml
17744 F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c