Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c708 volatile uint32_t * petherc_pir; in ether_phy_reg_read() local
710 petherc_pir = p_instance_ctrl->p_reg_pir; in ether_phy_reg_read()
722 … (*petherc_pir) = (ETHER_PHY_PIR_MDO_LOW | ETHER_PHY_PIR_MMD_READ | ETHER_PHY_PIR_MDC_LOW); in ether_phy_reg_read()
726 reg_data |= (uint32_t) (((*petherc_pir) & ETHER_PHY_PIR_MDI_MASK) >> 3); /* MDI read */ in ether_phy_reg_read()
730 … (*petherc_pir) = (ETHER_PHY_PIR_MDO_LOW | ETHER_PHY_PIR_MMD_READ | ETHER_PHY_PIR_MDC_HIGH); in ether_phy_reg_read()
735 … (*petherc_pir) = (ETHER_PHY_PIR_MDO_LOW | ETHER_PHY_PIR_MMD_READ | ETHER_PHY_PIR_MDC_HIGH); in ether_phy_reg_read()
740 … (*petherc_pir) = (ETHER_PHY_PIR_MDO_LOW | ETHER_PHY_PIR_MMD_READ | ETHER_PHY_PIR_MDC_LOW); in ether_phy_reg_read()
827 volatile uint32_t * petherc_pir; in ether_phy_trans_idle() local
829 petherc_pir = p_instance_ctrl->p_reg_pir; in ether_phy_trans_idle()
836 (*petherc_pir) = (ETHER_PHY_PIR_MDO_LOW | ETHER_PHY_PIR_MMD_READ | ETHER_PHY_PIR_MDC_LOW); in ether_phy_trans_idle()
[all …]