Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c842 #define AscIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH)) macro
7024 if (AscIsIntPending(iop_base) == 0) in AscISR()
7231 if (AscIsIntPending(shost->io_port)) { in advansys_interrupt()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c829 #define AscIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH)) macro
6938 if (AscIsIntPending(iop_base) == 0) in AscISR()
7145 if (AscIsIntPending(shost->io_port)) { in advansys_interrupt()

Completed in 35 milliseconds