Searched refs:GMAC_SPEED_100M (Results 1 – 2 of 2) sorted by relevance
296 GMAC_SPEED_100M = 3U, /*!< Speed 100 Mbps. */ enumerator298 GMAC_SPEED_200M = GMAC_SPEED_100M, /*!< Speed 200 Mbps. */
730 …else if (Speed == GMAC_SPEED_100M) /* The enum GMAC_SPEED_100M will work for both GMAC_SPEED_100M … in GMAC_SetSpeed()