Home
last modified time | relevance | path

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

/reactos/drivers/storage/port/storahci/
H A Dstorahci.c724 ULONG portPending, nextPort, i, portCount; in AhciHwInterrupt() local
733 portPending = StorPortReadRegisterUlong(AdapterExtension, AdapterExtension->IS); in AhciHwInterrupt()
737 portPending = portPending & AdapterExtension->PortImplemented; in AhciHwInterrupt()
739 if (portPending == 0) in AhciHwInterrupt()
747 if ((portPending & (0x1 << nextPort)) == 0) in AhciHwInterrupt()
761 portPending &= ~(1 << nextPort); in AhciHwInterrupt()