Searched refs:SIMODE1 (Results 1 - 14 of 14) sorted by relevance
/drivers/scsi/ |
H A D | aha152x.h | 34 #define SIMODE1 (HOSTIOPORT1+0x11) /* SCSI interrupt mode 1 */ macro
|
H A D | aha152x.c | 858 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 D | aic7xxx_old.c | 3465 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 D | aic7xxx.seq | 74 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 D | aic7xxx_core.c | 1730 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 D | aic79xx.seq | 643 or SIMODE1, ENBUSFREE; 829 or SIMODE1, ENBUSFREE; 1308 and SIMODE1, ~ENBUSFREE; 2225 or SIMODE1, ENBUSFREE;
|
H A D | aic79xx_core.c | 2650 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 D | aic7xxx.reg | 408 * in SIMODE1 to interrupt via the IRQ pin. 410 register SIMODE1 {
|
H A D | aic7xxx_reg.h_shipped | 82 ahc_print_register(NULL, 0, "SIMODE1", 0x11, regvalue, cur_col, wrap) 327 #define SIMODE1 0x11
|
H A D | aic79xx.reg | 2377 * in SIMODE1 to interrupt via the IRQ pin. 2379 register SIMODE1 {
|
H A D | aic79xx_reg.h_shipped | 495 ahd_print_register(NULL, 0, "SIMODE1", 0x57, regvalue, cur_col, wrap) 1818 #define SIMODE1 0x57
|
/drivers/scsi/aic7xxx_old/ |
H A D | aic7xxx.seq | 244 or SIMODE1, ENBUSFREE; /* 271 or SIMODE1, ENBUSFREE; /* 304 and SIMODE1, ~ENBUSFREE;
|
H A D | aic7xxx_reg.h | 141 #define SIMODE1 0x11 macro
|
H A D | aic7xxx.reg | 358 * in SIMODE1 to interrupt via the IRQ pin. 360 register SIMODE1 {
|
Completed in 189 milliseconds