Home
last modified time | relevance | path

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

/drivers/scsi/
Dadvansys.c773 #define CSW_SCSI_RESET_LATCH (ASC_CS_TYPE)0x0002 macro
846 …cIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH))
7049 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()