Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c44 #define ETHER_PHY_CONTROL_RESET (1 << 15) macro
225 R_ETHER_PHY_Write(p_instance_ctrl, ETHER_PHY_REG_CONTROL, ETHER_PHY_CONTROL_RESET); in R_ETHER_PHY_Open()
232 } while ((reg & ETHER_PHY_CONTROL_RESET) && (count < p_cfg->phy_reset_wait_time)); in R_ETHER_PHY_Open()
516 R_ETHER_PHY_Write(p_instance_ctrl, ETHER_PHY_REG_CONTROL, ETHER_PHY_CONTROL_RESET); in R_ETHER_PHY_ChipInit()
523 } while ((reg & ETHER_PHY_CONTROL_RESET) && (count < p_cfg->phy_reset_wait_time)); in R_ETHER_PHY_ChipInit()