Searched refs:INT_PEND (Results 1 – 10 of 10) sorted by relevance
410 #define INT_PEND 0x0f macro
725 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
20 { "INT_PEND", 0xff, 0xff }
656 #define INT_PEND 0x0f
756 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()
931 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
979 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()
1246 #define INT_PEND 0xff
125 mask INT_PEND 0xFF
6344 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()