Searched refs:PORT_RGMII_ID_EG_ENABLE (Results 1 – 2 of 2) sorted by relevance
1102 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1106 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1238 data8 &= ~PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()1244 data8 |= PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()
1203 #define PORT_RGMII_ID_EG_ENABLE BIT(3) macro