Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dadvansys.c769 #define CSW_SCSI_RESET_LATCH (ASC_CS_TYPE)0x0002 macro
842 …cIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH))
7043 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()