Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c2866 UINT32 PhyId; in SetupPhy() local
3014 PhyId = ((UINT32) MdiIdLowReg | ((UINT32) MdiIdHighReg << 16)); in SetupPhy()
3020 PhyId &= PHY_MODEL_REV_ID_MASK; in SetupPhy()
3025 if (PhyId == PHY_NSC_TX) { in SetupPhy()
3044 FindPhySpeedAndDpx (AdapterInfo, PhyId); in SetupPhy()
3070 IN UINT32 PhyId in FindPhySpeedAndDpx() argument
3131 if ((PhyId == PHY_100_A) || (PhyId == PHY_100_C) || (PhyId == PHY_TX_ID)) { in FindPhySpeedAndDpx()
3247 if (PhyId == PHY_NSC_TX) { in FindPhySpeedAndDpx()
DUndi32.h158 VOID FindPhySpeedAndDpx (NIC_DATA_INSTANCE *AdapterInfo, UINT32 PhyId);
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c434 SetupMsg.Value = pNicDevice->PhyId; in Ax88772PhyRead()
443 pNicDevice->PhyId, in Ax88772PhyRead()
514 SetupMsg.Value = pNicDevice->PhyId; in Ax88772PhyWrite()
523 pNicDevice->PhyId, in Ax88772PhyWrite()
DAx88772.h326 UINT16 PhyId; ///< PHY ID member
DSimpleNetwork.c885 pNicDevice->PhyId = PHY_ID_INTERNAL; in SN_Setup()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DAx88772.c392 SetupMsg.Value = pNicDevice->PhyId; in Ax88772PhyRead()
460 SetupMsg.Value = pNicDevice->PhyId; in Ax88772PhyWrite()
DAx88772.h376 UINT16 PhyId; ///< PHY ID member
DSimpleNetwork.c959 pNicDevice->PhyId = PHY_ID_INTERNAL; in SN_Setup()