Home
last modified time | relevance | path

Searched full:dwxgmac (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml35 - snps,dwxgmac
36 - snps,dwxgmac-2.10
101 - snps,dwxgmac
102 - snps,dwxgmac-2.10
634 - snps,dwxgmac
635 - snps,dwxgmac-2.10
647 compatible = "snps,dwxgmac-2.10", "snps,dwxgmac";
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-generic.c63 { .compatible = "snps,dwxgmac-2.10"},
64 { .compatible = "snps,dwxgmac"},
Dstmmac_platform.c560 if (of_device_is_compatible(np, "snps,dwxgmac")) { in stmmac_probe_config_dt()