Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sis/
Dsis190.c260 F_HAS_RGMII = 1, enumerator
992 if ((tp->features & F_HAS_RGMII) && in sis190_phy_task()
1003 if (tp->features & F_HAS_RGMII) { in sis190_phy_task()
1363 p = (tp->features & F_HAS_RGMII) ? reg[0] : reg[1]; in sis190_mii_probe_88e1111_fixup()
1571 tp->features |= (reg & 0x80) ? F_HAS_RGMII : 0; in sis190_set_rgmii()
1900 (tp->features & F_HAS_RGMII) ? "RGMII" : "GMII"); in sis190_init_one()