Searched refs:SSTAT2 (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.h29 #define SSTAT2 (HOSTIOPORT0+0x0d) /* SCSI interrupt status 2 */ macro
H A Daha152x.c2165 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) {
2180 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time))
2183 if(TESTLO(SSTAT2, SEMPTY)) {
2241 TESTLO(SSTAT2, SEMPTY) ||
2793 printk("SSTAT2( ");
2795 s = GETPORT(SSTAT2);
3165 SPRINTF("SSTAT2( ");
3167 s = GETPORT(SSTAT2);
H A Daic7xxx_old.c3144 printk(INFO_LEAD "SSTAT0 0x%x, SSTAT1 0x%x, SSTAT2 0x%x\n",
3146 aic_inb(p, SSTAT1), aic_inb(p, SSTAT2));
4544 * SSTAT2 to determine the max sync rate for this device.
4549 !(aic_inb(p, SSTAT2) & EXP_ACTIVE) )
4790 printk(INFO_LEAD "SG_CACHEPTR 0x%x, SSTAT2 0x%x, STCNT 0x%x\n",
4792 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 |
4807 printk(INFO_LEAD "SG_CACHEPTR 0x%x, SSTAT2 0x%x, STCNT 0x%x\n",
4809 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 |
4926 !(aic_inb(p, SSTAT2) & EXP_ACTIVE) )
5912 unsigned char sstat2 = aic_inb(p, SSTAT2);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h113 #define SSTAT2 0x0d macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1052 sstat2 = ahc_inb(ahc, SSTAT2);
1646 && (ahc_inb(ahc, SSTAT2) & EXP_ACTIVE) == 0) {
6600 ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50);
H A Daic79xx_core.c1644 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
1814 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
2909 && (ahd_inb(ahd, SSTAT2) & EXP_ACTIVE) == 0) {
8949 ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50);

Completed in 238 milliseconds