Searched refs:NSR_SPEED (Results 1 – 2 of 2) sorted by relevance
98 #define NSR_SPEED (1 << 7) // Speed of Internal PHY macro
546 … ESP_GOTO_ON_FALSE(nsr & NSR_SPEED, ESP_ERR_INVALID_STATE, err, TAG, "phy speed is not at 10Mbps"); in emac_dm9051_set_speed()550 …ESP_GOTO_ON_FALSE(!(nsr & NSR_SPEED), ESP_ERR_INVALID_STATE, err, TAG, "phy speed is not at 100Mbp… in emac_dm9051_set_speed()