Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c830 #define CSW_SCSI_RESET_LATCH (ASC_CS_TYPE)0x0002 macro
903 …cIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH))
7396 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()