Home | History | Annotate | Download | only in Lan9118Dxe

Lines Matching refs:MmioRead32

300   PmConf = MmioRead32 (LAN9118_PMT_CTRL);

425 PmConf = MmioRead32 (LAN9118_PMT_CTRL);
444 HwConf = MmioRead32 (LAN9118_HW_CFG); // Read the HW register
999 FifoInt = MmioRead32 (LAN9118_FIFO_INT);
1012 if (MmioRead32 (LAN9118_INT_STS) & INSTS_RSFL) { // Data moved from rx FIFO
1018 if (MmioRead32 (LAN9118_INT_STS) & INSTS_TSFL) {
1024 if (MmioRead32 (LAN9118_INT_STS) & INSTS_SW_INT) {
1033 NumTxStatusEntries = MmioRead32
1035 TxStatus = MmioRead32 (LAN9118_TX_STATUS);
1066 Interrupts = MmioRead32 (LAN9118_INT_STS);
1365 IntSts = MmioRead32 (LAN9118_INT_STS);
1371 DroppedFrames = MmioRead32 (LAN9118_RX_DROP);
1380 RxFifoStatus = MmioRead32 (LAN9118_RX_STATUS);
1453 RxCfgValue = MmioRead32 (LAN9118_RX_CFG);
1474 RawData[Count] = MmioRead32 (LAN9118_RX_DATA);
1505 if (MmioRead32 (LAN9118_INT_STS) & INSTS_RXE) {