Home
last modified time | relevance | path

Searched refs:PHY_LINKED_STATUS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Dphy_cyclonev.c52 #define PHY_LINKED_STATUS BIT(2) macro
279 } while (!(rdval & PHY_LINKED_STATUS) && (timeout < PHY_READ_TO) && (rc == 0)); in alt_eth_phy_config()
Deth_stm32_hal.c71 #define PHY_LINKED_STATUS ((uint16_t)0x0004U) /*!< Valid link established */ macro
750 if ((status & PHY_LINKED_STATUS) == PHY_LINKED_STATUS) { in rx_thread()