Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1889 #define CSW_SCSI_RESET_LATCH (ASC_CS_TYPE)0x0002 macro
1970 …cIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH))
10903 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()