Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dmac53c94.h117 #define INTR_ILL_CMD 0x40 /* illegal command */ macro
Dmac53c94.c223 if (intr & INTR_ILL_CMD) { in mac53c94_interrupt()