Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Da2091.h63 #define ISTR_INT_P (1<<4) macro
Da3000.h66 #define ISTR_INT_P (1<<4) macro
Da2091.c32 if (!(status & (ISTR_INT_F | ISTR_INT_P)) || !(status & ISTR_INTS)) in a2091_intr()
Da3000.c33 if (!(status & ISTR_INT_P)) in a3000_intr()