Symbol: SIMODE0
drivers/scsi/aha152x.c
1995
SETPORT(SIMODE0, 0);
drivers/scsi/aha152x.c
2129
SETPORT(SIMODE0, 0);
drivers/scsi/aha152x.c
2458
s0 = GETPORT(SIMODE0);
drivers/scsi/aha152x.c
2662
s = GETPORT(SSTAT0) & GETPORT(SIMODE0);
drivers/scsi/aha152x.c
2790
s = GETPORT(SIMODE0);
drivers/scsi/aha152x.c
806
SETPORT(SIMODE0, 0);
drivers/scsi/aha152x.c
903
SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0));
drivers/scsi/aha152x.c
906
SETPORT(SIMODE0, (acp->phase & spiordy) ? ENSPIORDY : 0);
drivers/scsi/aha152x.c
910
SETPORT(SIMODE0, 0);
drivers/scsi/aha152x.c
913
SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0);
drivers/scsi/aic7xxx/aic79xx_core.c
2411
simode0 = ahd_inb(ahd, SIMODE0);
drivers/scsi/aic7xxx/aic79xx_core.c
3474
simode0 = ahd_inb(ahd, SIMODE0);
drivers/scsi/aic7xxx/aic79xx_core.c
3480
ahd_outb(ahd, SIMODE0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3508
ahd_outb(ahd, SIMODE0, simode0);
drivers/scsi/aic7xxx/aic79xx_core.c
6568
ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI));
drivers/scsi/aic7xxx/aic79xx_core.c
6601
ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI));
drivers/scsi/aic7xxx/aic79xx_core.c
7270
ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN);
drivers/scsi/aic7xxx/aic79xx_core.c
9855
ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50);
drivers/scsi/aic7xxx/aic7xxx_core.c
2019
simode0 = ahc_inb(ahc, SIMODE0);
drivers/scsi/aic7xxx/aic7xxx_core.c
2020
ahc_outb(ahc, SIMODE0, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
2047
ahc_outb(ahc, SIMODE0, simode0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5064
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
5081
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
7152
ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50);