HomeSort by relevance Sort by last modified time
    Searched refs:IndirectPHYRead32 (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.c 153 IndirectPHYRead32 (
510 while (IndirectPHYRead32 (PHY_INDEX_BASIC_CTRL) & PHYCR_RESET) {
577 PhyStatus = IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS);
587 while ((IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS) & PHYSTS_LINK_STS) == 0) {
598 Features = IndirectPHYRead32 (PHY_INDEX_AUTO_NEG_ADVERT);
613 PhyControl = IndirectPHYRead32 (PHY_INDEX_BASIC_CTRL);
634 while ((IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS) & PHYSTS_AUTO_COMP) == 0);
647 UINT32 PhyBStatus = IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS);
Lan9118DxeUtil.h 62 IndirectPHYRead32(

Completed in 1328 milliseconds