Home
last modified time | relevance | path

Searched refs:INT_PEND (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h410 #define INT_PEND 0x0f macro
Daic7xxx.reg725 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
/drivers/scsi/aic7xxx/
Daic79xx_reg_print.c_shipped20 { "INT_PEND", 0xff, 0xff }
Daic7xxx_reg.h_shipped656 #define INT_PEND 0x0f
Daic7xxx_core.c756 if ((intstat & INT_PEND) == 0) { in ahc_intr()
5639 if ((intstat & INT_PEND) == 0) { in ahc_pause_and_flushwork()
5645 && ((intstat & INT_PEND) != 0 in ahc_pause_and_flushwork()
Daic7xxx.reg931 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
Daic79xx_core.c979 if ((intstat & INT_PEND) == 0) in ahd_intr()
7939 if ((intstat & INT_PEND) == 0) { in ahd_pause_and_flushwork()
7945 && ((intstat & INT_PEND) != 0 in ahd_pause_and_flushwork()
Daic79xx_reg.h_shipped1246 #define INT_PEND 0xff
Daic79xx.reg125 mask INT_PEND 0xFF
/drivers/scsi/
Daic7xxx_old.c6344 if (!((intstat = aic_inb(p, INTSTAT)) & INT_PEND)) in aic7xxx_isr()
6477 } while ( (aic_inb(p, INTSTAT) & INT_PEND) ); in do_aic7xxx_isr()
8322 if(aic_inb(p, INTSTAT) & INT_PEND) in aic7xxx_register()
10817 while((aic_inb(p, INTSTAT) & INT_PEND) && !(p->flags & AHC_IN_ISR)) in aic7xxx_reset()