Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Da2091.h62 #define ISTR_INTS (1<<6) macro
Da3000.h65 #define ISTR_INTS (1<<6) macro
Da2091.c39 if (!(status & (ISTR_INT_F | ISTR_INT_P)) || !(status & ISTR_INTS)) in a2091_intr()
Da3000.c43 if (status & ISTR_INTS) { in a3000_intr()