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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h410 #define INT_PEND 0x0f macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c748 if ((intstat & INT_PEND) == 0) {
5588 if ((intstat & INT_PEND) == 0) {
5594 && ((intstat & INT_PEND) != 0
H A Daic79xx_core.c933 if ((intstat & INT_PEND) == 0)
7859 if ((intstat & INT_PEND) == 0) {
7865 && ((intstat & INT_PEND) != 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c6317 if (!((intstat = aic_inb(p, INTSTAT)) & INT_PEND))
6447 } while ( (aic_inb(p, INTSTAT) & INT_PEND) );
8265 if(aic_inb(p, INTSTAT) & INT_PEND)
10754 while((aic_inb(p, INTSTAT) & INT_PEND) && !(p->flags & AHC_IN_ISR))

Completed in 75 milliseconds