Searched refs:PHY_ADDR (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/drivers/ethernet/ |
| D | phy_cyclonev.c | 22 #define PHY_ADDR (4) macro 106 phy_addr = PHY_ADDR; in alt_eth_phy_write_register() 153 phy_addr = PHY_ADDR; in alt_eth_phy_read_register()
|
| D | eth_smsc911x.c | 45 #define PHY_ADDR 1 macro 101 phycmd |= PHY_ADDR << 11; in smsc_phy_regread() 148 phycmd |= PHY_ADDR << 11; in smsc_phy_regwrite()
|
| D | eth_stm32_hal.c | 57 #define PHY_ADDR CONFIG_ETH_STM32_HAL_PHY_ADDRESS macro 81 DEVICE_DT_GET(DT_CHILD(DT_INST_CHILD(n, mdio), _CONCAT(ethernet_phy_, PHY_ADDR))) 785 PHY_ADDR, PHY_BSR, (uint32_t *) &status); in rx_thread() 1144 HAL_ETH_ReadPHYRegister(heth, PHY_ADDR, PHY_BSR, &readval); in eth_phy_get_link_state() 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() 1173 if (HAL_ETH_ReadPHYRegister(heth, PHY_ADDR, PHY_SCSR, &readval) != HAL_OK) { in eth_phy_get_link_state() 1558 .PhyAddress = PHY_ADDR,
|