Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dadvansys.c756 #define CSW_SCSI_RESET_LATCH (ASC_CS_TYPE)0x0002 macro
829 …cIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH))
6957 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()