Searched refs:PORT_RGMII_ID_EG_ENABLE (Results 1 – 2 of 2) sorted by relevance
1101 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1105 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1237 data8 &= ~PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()1243 data8 |= PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()
1203 #define PORT_RGMII_ID_EG_ENABLE BIT(3) macro