Symbol: SSTAT0
drivers/scsi/aha152x.c
1214
SETPORT(SSTAT0, 0x7f);
drivers/scsi/aha152x.c
1549
if (TESTLO(SSTAT0, SELDO)) {
drivers/scsi/aha152x.c
1556
SETPORT(SSTAT0, CLRSELDO);
drivers/scsi/aha152x.c
1593
else if (TESTLO(SSTAT0, SELINGO))
drivers/scsi/aha152x.c
1614
SETPORT(SSTAT0, CLRSELDI);
drivers/scsi/aha152x.c
1684
if (TESTLO(SSTAT0, SPIORDY))
drivers/scsi/aha152x.c
1891
if (TESTLO(SSTAT0, SPIORDY))
drivers/scsi/aha152x.c
1953
if (TESTLO(SSTAT0, SPIORDY))
drivers/scsi/aha152x.c
1976
if (TESTLO(SSTAT0, SPIORDY))
drivers/scsi/aha152x.c
2227
unsigned int stat0 = GETPORT(SSTAT0);
drivers/scsi/aha152x.c
2380
SETPORT(SSTAT0, REQINIT);
drivers/scsi/aha152x.c
2622
s = GETPORT(SSTAT0);
drivers/scsi/aha152x.c
2662
s = GETPORT(SSTAT0) & GETPORT(SIMODE0);
drivers/scsi/aha152x.c
840
SETPORT(SSTAT0, 0x7f);
drivers/scsi/aic7xxx/aic79xx_core.c
2335
&& (ahd_inb(ahd, SSTAT0) & SELDO) == 0
drivers/scsi/aic7xxx/aic79xx_core.c
2388
status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
drivers/scsi/aic7xxx/aic79xx_core.c
2590
&& (ahd_inb(ahd, SSTAT0) & SELDI) == 0
drivers/scsi/aic7xxx/aic79xx_core.c
2591
&& ((ahd_inb(ahd, SSTAT0) & SELDO) == 0
drivers/scsi/aic7xxx/aic79xx_core.c
4243
&& (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
drivers/scsi/aic7xxx/aic79xx_core.c
4277
if (ahd_inb(ahd, SSTAT0) & TARGET)
drivers/scsi/aic7xxx/aic79xx_core.c
7854
|| (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
drivers/scsi/aic7xxx/aic79xx_core.c
9691
ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50);
drivers/scsi/aic7xxx/aic7xxx_core.c
1544
status0 = ahc_inb(ahc, SSTAT0) & IOERR;
drivers/scsi/aic7xxx/aic7xxx_core.c
2751
if (ahc_inb(ahc, SSTAT0) & TARGET)
drivers/scsi/aic7xxx/aic7xxx_core.c
5583
|| (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0));
drivers/scsi/aic7xxx/aic7xxx_core.c
7148
ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50);