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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.c 360 Lan9118MmioWrite32 (LAN9118_INT_STS, ~0);
453 Lan9118MmioWrite32 (LAN9118_INT_STS, ~0);
1007 if (Lan9118MmioRead32 (LAN9118_INT_STS) & INSTS_RSFL) { // Data moved from rx FIFO
1009 Lan9118MmioWrite32 (LAN9118_INT_STS,INSTS_RSFL);
1013 if (Lan9118MmioRead32 (LAN9118_INT_STS) & INSTS_TSFL) {
1015 Lan9118MmioWrite32 (LAN9118_INT_STS,INSTS_TSFL);
1019 if (Lan9118MmioRead32 (LAN9118_INT_STS) & INSTS_SW_INT) {
1021 Lan9118MmioWrite32 (LAN9118_INT_STS,INSTS_SW_INT);
    [all...]
Lan9118DxeUtil.c 455 Lan9118MmioWrite32 (LAN9118_INT_STS, 0xFFFFFFFF);
518 Lan9118MmioWrite32 (LAN9118_INT_STS, 0xFFFFFFFF);
563 Lan9118MmioWrite32 (LAN9118_INT_STS, 0xFFFFFFFF);
Lan9118DxeHw.h 36 #define LAN9118_INT_STS (0x00000058 + LAN9118_BA) // Interrupt Status

Completed in 61 milliseconds