Searched refs:XMC_ETH_MAC_ReadPhy (Results 1 – 5 of 5) sorted by relevance
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc_eth_phy_ksz8031rnl.c | 120 if ((XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYIDR1, &phy_id1) == XMC_ETH_MAC_STATUS_OK) && in XMC_ETH_PHY_IsDeviceIdValid() 121 (XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYIDR2, &phy_id2) == XMC_ETH_MAC_STATUS_OK)) in XMC_ETH_PHY_IsDeviceIdValid() 196 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_Reset() 209 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_PowerDown() 224 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_ExitPowerDown() 238 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMSR, &val); in XMC_ETH_PHY_GetLinkStatus() 248 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYCTRL1, &val); in XMC_ETH_PHY_GetLinkSpeed() 258 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYCTRL1, &val); in XMC_ETH_PHY_GetLinkDuplex() 267 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMSR, &val); in XMC_ETH_PHY_IsAutonegotiationCompleted()
|
| D | xmc_eth_phy_ksz8081rnb.c | 120 if ((XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYIDR1, &phy_id1) == XMC_ETH_MAC_STATUS_OK) && in XMC_ETH_PHY_IsDeviceIdValid() 121 (XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYIDR2, &phy_id2) == XMC_ETH_MAC_STATUS_OK)) in XMC_ETH_PHY_IsDeviceIdValid() 196 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_Reset() 209 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_PowerDown() 224 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_ExitPowerDown() 238 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMSR, &val); in XMC_ETH_PHY_GetLinkStatus() 248 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYCTRL1, &val); in XMC_ETH_PHY_GetLinkSpeed() 258 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYCTRL1, &val); in XMC_ETH_PHY_GetLinkDuplex() 267 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMSR, &val); in XMC_ETH_PHY_IsAutonegotiationCompleted()
|
| D | xmc_eth_phy_dp83848.c | 137 if ((XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYIDR1, &phy_id1) == XMC_ETH_MAC_STATUS_OK) && in XMC_ETH_PHY_IsDeviceIdValid() 138 (XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYIDR2, &phy_id2) == XMC_ETH_MAC_STATUS_OK)) in XMC_ETH_PHY_IsDeviceIdValid() 228 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_Reset() 241 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_PowerDown() 256 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, ®_bmcr); in XMC_ETH_PHY_ExitPowerDown() 270 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMSR, &val); in XMC_ETH_PHY_GetLinkStatus() 280 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYSTS, &val); in XMC_ETH_PHY_GetLinkSpeed() 290 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_PHYSTS, &val); in XMC_ETH_PHY_GetLinkDuplex() 299 XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMSR, &val); in XMC_ETH_PHY_IsAutonegotiationCompleted()
|
| D | xmc_eth_mac.c | 598 XMC_ETH_MAC_STATUS_t XMC_ETH_MAC_ReadPhy(XMC_ETH_MAC_t *eth_mac, uint8_t phy_addr, uint8_t reg_addr… in XMC_ETH_MAC_ReadPhy() function
|
| /hal_infineon-latest/XMCLib/drivers/inc/ |
| D | xmc_eth_mac.h | 530 XMC_ETH_MAC_STATUS_t XMC_ETH_MAC_ReadPhy(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr, uint8_t re…
|