Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c260 F_HAS_RGMII = 1, enumerator
995 if ((tp->features & F_HAS_RGMII) && in sis190_phy_task()
1006 if (tp->features & F_HAS_RGMII) { in sis190_phy_task()
1373 p = (tp->features & F_HAS_RGMII) ? reg[0] : reg[1]; in sis190_mii_probe_88e1111_fixup()
1581 tp->features |= (reg & 0x80) ? F_HAS_RGMII : 0; in sis190_set_rgmii()
1914 (tp->features & F_HAS_RGMII) ? "RGMII" : "GMII"); in sis190_init_one()