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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h33 #define SIMODE0 (HOSTIOPORT1+0x10) /* SCSI interrupt mode 0 */ macro
H A Daha152x.c849 SETPORT(SIMODE0, 0);
945 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0));
949 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0);
954 SETPORT(SIMODE0, 0);
961 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0);
2103 SETPORT(SIMODE0, 0);
2242 SETPORT(SIMODE0, 0);
2676 s = GETPORT(SSTAT0) & GETPORT(SIMODE0);
2813 s = GETPORT(SIMODE0);
3049 s = GETPORT(SSTAT0) & GETPORT(SIMODE0);
[all...]
H A Daic7xxx_old.c5881 " SIMODE0 0x%x, SIMODE1 0x%x, SSTAT0 0x%x, SEQADDR 0x%x\n",
5882 p->host_no, -1, -1, -1, status, scb_index, aic_inb(p, SIMODE0),
7995 aic_outb(p, 0, SIMODE0);
8019 aic_outb(p, 0, SIMODE0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h131 #define SIMODE0 0x10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2035 simode0 = ahc_inb(ahc, SIMODE0);
2036 ahc_outb(ahc, SIMODE0, 0);
2063 ahc_outb(ahc, SIMODE0, simode0);
5058 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
5075 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
7155 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50);
H A Daic79xx_core.c2383 simode0 = ahd_inb(ahd, SIMODE0);
3461 simode0 = ahd_inb(ahd, SIMODE0);
3467 ahd_outb(ahd, SIMODE0, 0);
3495 ahd_outb(ahd, SIMODE0, simode0);
6543 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI));
6576 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI));
7283 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN);
9872 ahd_simode0_print(ahd_inb(ahd, SIMODE0),
[all...]

Completed in 133 milliseconds