Searched refs:ESP_INTR_SR (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.h574 #define ESP_INTR_SR 0x80 /* SCSI bus reset detected */ macro
577 #define ESP_SRESET_IRQ(esp) ((esp)->intreg & (ESP_INTR_SR))
H A Desp_scsi.h175 #define ESP_INTR_SR 0x80 /* SCSI bus reset detected */ macro
H A DNCR53C9x.c204 if(intreg & ESP_INTR_SR)
1529 if(!(esp->ireg & ESP_INTR_SR))
1551 if(!(esp->ireg & ESP_INTR_SR))
1626 if(junk & ESP_INTR_SR)
3308 if(!SCptr && !esp->disconnected_SC && !(esp->ireg & ESP_INTR_SR)) {
3362 } else if(esp->ireg & ESP_INTR_SR) {
H A Desp_scsi.c976 if (esp->ireg & ESP_INTR_SR)
1145 if (ireg & ESP_INTR_SR)
2056 if (esp->ireg & ESP_INTR_SR)

Completed in 106 milliseconds