Searched refs:ASR_INT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dwd33c93.c313 } while (!(asr & ASR_INT));
694 } while (!(asr & ASR_INT));
700 } while (!(asr & ASR_INT));
795 if (!(asr & ASR_INT) || (asr & ASR_BSY))
1385 if ((asr = read_aux_stat(regs)) & ASR_INT)
1389 if (!(asr & ASR_INT)) {
1404 if (!(asr & ASR_INT)) {
1407 if (!(asr & ASR_INT))
1532 while (!(read_aux_stat(regs) & ASR_INT))
1671 } while (!(asr & ASR_INT)
[all...]
H A Din2000.h100 #define ASR_INT 0x80 macro
H A Dwd33c93.h95 #define ASR_INT (0x80) macro
H A Din2000.c114 } while (!(asr & ASR_INT));
599 } while (!(asr & ASR_INT));
605 } while (!(asr & ASR_INT));
764 if (!(asr & ASR_INT)) { /* no WD33c93 interrupt? */
1495 while (!(READ_AUX_STAT() & ASR_INT))
1612 } while (!(asr & ASR_INT) && timeout-- > 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.h118 #define ASR_INT (1<<7) macro
H A Dacornscsi.c494 asr & ASR_INT ? 'I' : 'i',
741 if (!(sbic_arm_read(host, SBIC_ASR) & (ASR_INT|ASR_BSY|ASR_CIP))) {
1280 } else if (asr & ASR_INT)
1423 acornscsi_sbic_wait(host, ASR_INT, ASR_INT, 1000, "for interrupt after message byte");
1461 acornscsi_sbic_wait(host, ASR_INT, ASR_INT, 1000, "for interrupt after negate ack");
1938 if (!(asr & ASR_INT))
1984 if (!(asr & ASR_INT))

Completed in 207 milliseconds