Searched refs:devId (Results 1 – 3 of 3) sorted by relevance
70 uint32_t devId = 0U; in PHY_LAN8741_Init() local84 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()
79 uint32_t devId = 0U; in PHY_VSC8541_Init() local92 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()
74 uint32_t devId = 0U; in PHY_RTL8201_Init() local87 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()