Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxe.c587 UINT16 PhyId2; in PhyDetect() local
591 PhyId2 = ReadPhyReg16 (LanDriver, PHY_INDEX_ID2); in PhyDetect()
594 (PhyId2 != 0x0000) && (PhyId2 != 0xffff)) { in PhyDetect()
595 if ((PhyId1 == 0x0016) && ((PhyId2 & 0xfff0) == 0xf840)) { in PhyDetect()
597 } else if ((PhyId1 == 0x0282) && ((PhyId2 & 0xfff0) == 0x1c50)) { in PhyDetect()
600 DEBUG((EFI_D_ERROR, "LAN91x: PHY id %04x:%04x\n", PhyId1, PhyId2)); in PhyDetect()