Searched defs:uInterruptStatus (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp221 volatile uint32_t uInterruptStatus; member in struct:LSILOGICSCSI
445 uIntSts = (ASMAtomicReadU32(&pThis->uInterruptStatus) & ~LSILOGIC_REG_HOST_INTR_STATUS_DOORBELL_STS);
471 ASMAtomicOrU32(&pThis->uInterruptStatus, uStatus);
485 ASMAtomicAndU32(&pThis->uInterruptStatus, ~uStatus);
561 pThis->uInterruptStatus = 0;
1330 pThis->uInterruptStatus = 0;
1402 ASMAtomicAndU32(&pThis->uInterruptStatus, ~LSILOGIC_REG_HOST_INTR_STATUS_SYSTEM_DOORBELL);
1419 ASMAtomicOrU32(&pThis->uInterruptStatus, LSILOGIC_REG_HOST_INTR_STATUS_SYSTEM_DOORBELL);
1428 ASMAtomicOrU32(&pThis->uInterruptStatus, LSILOGIC_REG_HOST_INTR_STATUS_SYSTEM_DOORBELL);
1621 u32 = ASMAtomicReadU32(&pThis->uInterruptStatus);
[all...]

Completed in 54 milliseconds