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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h162 #define BUSFREE 0x08 macro
H A Daha152x.c138 * - accept unexpected BUSFREE phase as error condition
1804 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT))
1977 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) {
2410 } else if(stat1 & BUSFREE) {
2412 SETPORT(SSTAT1,BUSFREE);
2705 if (s & BUSFREE)
2706 printk("BUSFREE ");
2747 if (s & BUSFREE)
2748 printk("BUSFREE ");
3077 if (s & BUSFREE)
[all...]
H A Daic7xxx_old.c5671 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h108 #define BUSFREE 0x08 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c977 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
983 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1201 } else if ((status & BUSFREE) != 0
H A Daic79xx_core.c1641 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1790 } else if ((status & BUSFREE) != 0
6592 * the BUSFREE interrupt, but it seems that some LQOBUSFREE
6593 * events fail to assert the BUSFREE interrupt so we must

Completed in 144 milliseconds