Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_eth_phy_ksz8031rnl.c106 #define PHY_ID2 (0x1550U) /* KSZ8031 Device Identifier LSB */ macro
123 if ((phy_id1 == PHY_ID1) && ((phy_id2 & (uint16_t)0xfff0) == PHY_ID2)) in XMC_ETH_PHY_IsDeviceIdValid()
Dxmc_eth_phy_ksz8081rnb.c106 #define PHY_ID2 (0x1560U) /* KSZ8031 Device Identifier LSB */ macro
123 if ((phy_id1 == PHY_ID1) && ((phy_id2 & (uint16_t)0xfff0) == PHY_ID2)) in XMC_ETH_PHY_IsDeviceIdValid()
Dxmc_eth_phy_dp83848.c106 #define PHY_ID2 0x5C90 /* DP83848C Device Identifier LSB */ macro
140 if ((phy_id1 == PHY_ID1) && ((phy_id2 & (uint16_t)0xfff0) == PHY_ID2)) in XMC_ETH_PHY_IsDeviceIdValid()