Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c7012 ASC_CS_TYPE chipstat; in AscISR() local
7042 chipstat = AscGetChipStatus(iop_base); in AscISR()
7043 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()
7057 chipstat = AscGetChipStatus(iop_base); in AscISR()
7066 if ((chipstat & CSW_INT_PENDING) || (int_pending)) { in AscISR()
7069 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) { in AscISR()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c6926 ASC_CS_TYPE chipstat; in AscISR() local
6956 chipstat = AscGetChipStatus(iop_base); in AscISR()
6957 if (chipstat & CSW_SCSI_RESET_LATCH) { in AscISR()
6971 chipstat = AscGetChipStatus(iop_base); in AscISR()
6980 if ((chipstat & CSW_INT_PENDING) || (int_pending)) { in AscISR()
6983 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) { in AscISR()

Completed in 31 milliseconds