Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dadvansys.c7018 ASC_CS_TYPE chipstat; in AscISR() local
7048 chipstat = AscGetChipStatus(iop_base); in AscISR()
7049 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()
7063 chipstat = AscGetChipStatus(iop_base); in AscISR()
7072 if ((chipstat & CSW_INT_PENDING) || (int_pending)) { in AscISR()
7075 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) { in AscISR()