Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsis190.c535 if ((tp->features & F_HAS_RGMII) && in sis190_phy_task()
546 if (tp->features & F_HAS_RGMII) { in sis190_phy_task()
795 p = (tp->features & F_HAS_RGMII) ? reg[0] : reg[1]; in sis190_mii_probe_88e1111_fixup()
920 tp->features |= (reg & 0x80) ? F_HAS_RGMII : 0; in sis190_set_rgmii()
Dsis190.h245 F_HAS_RGMII = 1, enumerator