Searched refs:SIMODE1 (Results 1 - 14 of 14) sorted by relevance

/drivers/scsi/
H A Daha152x.h34 #define SIMODE1 (HOSTIOPORT1+0x11) /* SCSI interrupt mode 1 */ macro
H A Daha152x.c858 SETPORT(SIMODE1, 0);
954 SETPORT(SIMODE1, ENSELTIMO);
958 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE);
963 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE);
970 SETPORT(SIMODE1, ENSCSIRST | ( (ISSUE_SC||DONE_SC) ? ENBUSFREE : 0));
2161 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE);
2304 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE );
2762 s = GETPORT(SSTAT1) & GETPORT(SIMODE1);
2896 s = GETPORT(SIMODE1);
3135 s = GETPORT(SSTAT1) & GETPORT(SIMODE1);
[all...]
H A Daic7xxx_old.c3465 aic_outb(p, aic_inb(p, SIMODE1) & ~ENSCSIRST, SIMODE1);
3494 aic_outb(p, aic_inb(p, SIMODE1) | ENSCSIRST, SIMODE1);
3577 aic_outb(p, aic_inb(p, SIMODE1) & ~ENBUSFREE, SIMODE1);
3594 aic_outb(p, aic_inb(p, SIMODE1) & ~(ENBUSFREE|ENREQINIT),
3595 SIMODE1);
4011 aic_outb(p, aic_inb(p, SIMODE1) | ENREQINIT, SIMODE1);
[all...]
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq74 and SIMODE1, ~ENBUSFREE;
168 or SIMODE1, ENBUSFREE;
366 test SIMODE1, ENSCSIRST jnz . + 3;
368 or SIMODE1, ENSCSIRST;
529 and SIMODE1, ~ENBUSFREE;
676 and SIMODE1, ~ENBUSFREE;
H A Daic7xxx_core.c1730 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1780 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
1805 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
2045 simode1 = ahc_inb(ahc, SIMODE1);
2055 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
2057 ahc_outb(ahc, SIMODE1, 0);
2072 ahc_outb(ahc, SIMODE1, simode1);
5096 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1, fo
[all...]
H A Daic79xx.seq643 or SIMODE1, ENBUSFREE;
829 or SIMODE1, ENBUSFREE;
1308 and SIMODE1, ~ENBUSFREE;
2225 or SIMODE1, ENBUSFREE;
H A Daic79xx_core.c2650 ahd_outb(ahd, SIMODE1,
2651 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
3520 simode1 = ahd_inb(ahd, SIMODE1);
3527 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
3549 ahd_outb(ahd, SIMODE1, simode1);
7312 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
7331 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
8684 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
8789 ahd_outb(ahd, SIMODE1,
[all...]
H A Daic7xxx.reg408 * in SIMODE1 to interrupt via the IRQ pin.
410 register SIMODE1 {
H A Daic7xxx_reg.h_shipped82 ahc_print_register(NULL, 0, "SIMODE1", 0x11, regvalue, cur_col, wrap)
327 #define SIMODE1 0x11
H A Daic79xx.reg2377 * in SIMODE1 to interrupt via the IRQ pin.
2379 register SIMODE1 {
H A Daic79xx_reg.h_shipped495 ahd_print_register(NULL, 0, "SIMODE1", 0x57, regvalue, cur_col, wrap)
1818 #define SIMODE1 0x57
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq244 or SIMODE1, ENBUSFREE; /*
271 or SIMODE1, ENBUSFREE; /*
304 and SIMODE1, ~ENBUSFREE;
H A Daic7xxx_reg.h141 #define SIMODE1 0x11 macro
H A Daic7xxx.reg358 * in SIMODE1 to interrupt via the IRQ pin.
360 register SIMODE1 {

Completed in 71 milliseconds