Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_eth_phy_ksz8031rnl.c93 #define BMSR_ANEG_COMPL (0x0020U) /* Auto Negotiation Complete */ macro
268 return ((val & BMSR_ANEG_COMPL) == BMSR_ANEG_COMPL); in XMC_ETH_PHY_IsAutonegotiationCompleted()
Dxmc_eth_phy_ksz8081rnb.c93 #define BMSR_ANEG_COMPL (0x0020U) /* Auto Negotiation Complete */ macro
268 return ((val & BMSR_ANEG_COMPL) == BMSR_ANEG_COMPL); in XMC_ETH_PHY_IsAutonegotiationCompleted()
Dxmc_eth_phy_dp83848.c94 #define BMSR_ANEG_COMPL (0x0020U) /* Auto Negotiation Complete */ macro
300 return ((val & BMSR_ANEG_COMPL) == BMSR_ANEG_COMPL); in XMC_ETH_PHY_IsAutonegotiationCompleted()