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

/freebsd-10.0-release/sys/dev/aic/
H A Daic.c353 aic_outb(aic, SIMODE1, ENSCSIRST);
376 aic_outb(aic, SIMODE1, ENSCSIRST|ENSELTIMO);
415 aic_outb(aic, SIMODE1, ENSCSIRST|ENBUSFREE|ENREQINIT);
455 aic_outb(aic, SIMODE1, ENSCSIRST|ENBUSFREE|ENREQINIT);
533 aic_outb(aic, SIMODE1, ENSCSIRST|ENPHASEMIS|ENBUSFREE);
593 aic_outb(aic, SIMODE1, ENSCSIRST|ENBUSFREE|ENREQINIT);
778 aic_outb(aic, SIMODE1, ENSCSIRST|ENPHASEMIS|ENBUSFREE);
850 aic_outb(aic, SIMODE1, ENSCSIRST|ENBUSFREE|ENREQINIT);
865 aic_outb(aic, SIMODE1, ENSCSIRST|ENPHASEMIS|ENBUSFREE);
920 aic_outb(aic, SIMODE1, ENSCSIRS
[all...]
H A Daic6360reg.h58 #define SIMODE1 0x11 /* SCSI interrupt mode 1 */ macro
261 /* SIMODE1 */
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.seq74 and SIMODE1, ~ENBUSFREE;
170 or SIMODE1, ENBUSFREE;
369 test SIMODE1, ENSCSIRST jnz . + 3;
371 or SIMODE1, ENSCSIRST;
533 and SIMODE1, ~ENBUSFREE;
680 and SIMODE1, ~ENBUSFREE;
H A Daic7xxx.c1169 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1219 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
1244 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1482 simode1 = ahc_inb(ahc, SIMODE1);
1492 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
1494 ahc_outb(ahc, SIMODE1, 0);
1509 ahc_outb(ahc, SIMODE1, simode1);
4662 /* 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.c1793 ahd_outb(ahd, SIMODE1,
1794 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
2672 simode1 = ahd_inb(ahd, SIMODE1);
2679 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
2701 ahd_outb(ahd, SIMODE1, simode1);
6561 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6580 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
7925 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
8013 ahd_outb(ahd, SIMODE1,
[all...]
H A Daic7xxx.reg383 * in SIMODE1 to interrupt via the IRQ pin.
385 register SIMODE1 {
H A Daic79xx.reg2240 * in SIMODE1 to interrupt via the IRQ pin.
2242 register SIMODE1 {

Completed in 130 milliseconds