Searched refs:PORT_RGMII_ID_EG_ENABLE (Results 1 – 2 of 2) sorted by relevance
1120 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1124 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1256 data8 &= ~PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()1262 data8 |= PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()
1203 #define PORT_RGMII_ID_EG_ENABLE BIT(3) macro