Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_eth_phy_ksz8031rnl.c120 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, &reg_bmcr); in XMC_ETH_PHY_Reset()
209 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, &reg_bmcr); in XMC_ETH_PHY_PowerDown()
224 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, &reg_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()
Dxmc_eth_phy_ksz8081rnb.c120 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, &reg_bmcr); in XMC_ETH_PHY_Reset()
209 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, &reg_bmcr); in XMC_ETH_PHY_PowerDown()
224 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, &reg_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()
Dxmc_eth_phy_dp83848.c137 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, &reg_bmcr); in XMC_ETH_PHY_Reset()
241 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, &reg_bmcr); in XMC_ETH_PHY_PowerDown()
256 status = XMC_ETH_MAC_ReadPhy(eth_mac, phy_addr, REG_BMCR, &reg_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()
Dxmc_eth_mac.c598 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/
Dxmc_eth_mac.h530 XMC_ETH_MAC_STATUS_t XMC_ETH_MAC_ReadPhy(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr, uint8_t re…