Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c70 uint32_t devId = 0U; in PHY_LAN8741_Init() local
84 devId = (uint32_t)regValue << 16U; in PHY_LAN8741_Init()
91 devId += regValue; in PHY_LAN8741_Init()
94 devId &= ~((uint32_t)0xF); in PHY_LAN8741_Init()
97 } while ((devId != PHY_DEVICE_ID) && (counter != 0U)); in PHY_LAN8741_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c79 uint32_t devId = 0U; in PHY_VSC8541_Init() local
92 devId = regValue << 16U; in PHY_VSC8541_Init()
99 devId += regValue; in PHY_VSC8541_Init()
102 } while ((devId != PHY_DEVICE_ID) && (counter != 0U)); in PHY_VSC8541_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c74 uint32_t devId = 0U; in PHY_RTL8201_Init() local
87 devId = (uint32_t)regValue << 16U; in PHY_RTL8201_Init()
94 devId += regValue; in PHY_RTL8201_Init()
97 } while ((devId != PHY_DEVICE_ID) && (counter != 0U)); in PHY_RTL8201_Init()