Searched refs:ethqos (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-qcom-ethqos.c | 184 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 D | Makefile | 22 obj-$(CONFIG_DWMAC_QCOM_ETHQOS) += dwmac-qcom-ethqos.o
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | qcom,ethqos.yaml | 4 $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 D | tesla,fsd-ethqos.yaml | 4 $id: http://devicetree.org/schemas/net/tesla,fsd-ethqos.yaml# 20 const: tesla,fsd-ethqos 89 compatible = "tesla,fsd-ethqos";
|
| H A D | snps,dwmac.yaml | 72 - 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 D | qcs8300.dtsi | 3410 compatible = "qcom,qcs8300-ethqos", "qcom,sa8775p-ethqos";
|
| H A D | qcs404.dtsi | 1052 compatible = "qcom,qcs404-ethqos";
|
| H A D | sc8280xp.dtsi | 794 compatible = "qcom,sc8280xp-ethqos"; 5901 compatible = "qcom,sc8280xp-ethqos";
|
| H A D | sa8775p.dtsi | 4772 compatible = "qcom,sa8775p-ethqos"; 4813 compatible = "qcom,sa8775p-ethqos";
|
| H A D | sm8150.dtsi | 941 compatible = "qcom,sm8150-ethqos";
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 20092 F: Documentation/devicetree/bindings/net/qcom,ethqos.yaml 20093 F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
|