Searched refs:PORT_RGMII_ID_EG_ENABLE (Results 1 – 2 of 2) sorted by relevance
1099 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1103 if (data8 & PORT_RGMII_ID_EG_ENABLE) in ksz9477_get_interface()1235 data8 &= ~PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()1241 data8 |= PORT_RGMII_ID_EG_ENABLE; in ksz9477_port_setup()
1203 #define PORT_RGMII_ID_EG_ENABLE BIT(3) macro