Searched refs:portPending (Results 1 – 1 of 1) sorted by relevance
724 ULONG portPending, nextPort, i, portCount; in AhciHwInterrupt() local733 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()