Searched refs:ESP_INTR_IC (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DNCR53C9x.h573 #define ESP_INTR_IC 0x40 /* Illegal command given */ macro
578 #define ESP_ILLCMD_IRQ(esp) ((esp)->intreg & (ESP_INTR_IC))
H A Desp_scsi.h174 #define ESP_INTR_IC 0x40 /* Illegal command given */ macro
H A Desp_scsi.c2088 if (esp->ireg & (ESP_INTR_S | ESP_INTR_SATN | ESP_INTR_IC)) {
2090 if (esp->ireg & ESP_INTR_IC)
H A DNCR53C9x.c202 if(intreg & ESP_INTR_IC)
3314 if(esp->ireg & (ESP_INTR_IC)) {

Completed in 75 milliseconds