Searched refs:PHY_BCR (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/drivers/ethernet/ |
| D | phy_cyclonev.c | 44 #define PHY_BCR (0) macro 289 rc = alt_eth_phy_read_register(instance, PHY_BCR, &rdval, p); in alt_eth_phy_config() 296 rc = alt_eth_phy_write_register(instance, PHY_BCR, rdval, p); in alt_eth_phy_config() 326 if ((alt_eth_phy_write_register(instance, PHY_BCR, PHY_RESET, p)) != 0) { in alt_eth_phy_reset() 334 rc = alt_eth_phy_read_register(instance, PHY_BCR, &rdval, p); in alt_eth_phy_reset()
|
| D | eth_stm32_hal.c | 89 #define PHY_BCR ((uint16_t)0x0000U) /*!< Transceiver Basic Control Register */ macro 1158 if (HAL_ETH_ReadPHYRegister(heth, PHY_ADDR, PHY_BCR, &readval) != HAL_OK) { in eth_phy_get_link_state() 1165 if ((HAL_ETH_WritePHYRegister(heth, PHY_ADDR, PHY_BCR, PHY_AUTONEGO_ENABLE)) != in eth_phy_get_link_state()
|