Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c214 p_instance_ctrl->p_ether_phy_cfg = p_cfg; in R_ETHER_PHY_Open()
216 R_BSP_MODULE_START(FSP_IP_ETHER, p_instance_ctrl->p_ether_phy_cfg->channel); in R_ETHER_PHY_Open()
275 p_instance_ctrl->p_ether_phy_cfg = NULL; in R_ETHER_PHY_Close()
309 if (ETHER_PHY_FLOW_CONTROL_DISABLE == p_instance_ctrl->p_ether_phy_cfg->flow_control) in R_ETHER_PHY_StartAutoNegotiate()
720 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
728 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
733 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
738 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
831 int64_t count = (int64_t) p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time * 4; in ether_phy_trans_idle()
859 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_mii_write1()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ether_phy.h48 ether_phy_cfg_t const * p_ether_phy_cfg; ///< Pointer to initial configurations. member