Searched refs:sstat2 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1047 u_int sstat2; local
1052 sstat2 = ahc_inb(ahc, SSTAT2);
1094 if ((sstat2 & CRCVALERR) != 0)
1096 if ((sstat2 & CRCENDERR) != 0)
1099 if ((sstat2 & CRCREQERR) != 0)
1102 if ((sstat2 & DUAL_EDGE_ERR) != 0)
1110 && (sstat2 & DUAL_EDGE_ERR) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c5912 unsigned char sstat2 = aic_inb(p, SSTAT2); local
5953 if(sstat2 & CRCVALERR)
5958 if(sstat2 & CRCENDERR)
5963 if(sstat2 & CRCREQERR)
5968 if(sstat2 & DUAL_EDGE_ERROR)

Completed in 89 milliseconds