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

/freebsd-11-stable/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-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c1168 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1218 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
1243 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1481 simode1 = ahc_inb(ahc, SIMODE1);
1491 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
1493 ahc_outb(ahc, SIMODE1, 0);
1508 ahc_outb(ahc, SIMODE1, simode1);
4655 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1, fo
[all...]
H A Daic79xx.c1789 ahd_outb(ahd, SIMODE1,
1790 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
2667 simode1 = ahd_inb(ahd, SIMODE1);
2674 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
2696 ahd_outb(ahd, SIMODE1, simode1);
6551 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6570 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
7915 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
8003 ahd_outb(ahd, SIMODE1,
[all...]
H A Daic7xxx_reg.h161 ahc_print_register(NULL, 0, "SIMODE1", 0x11, regvalue, cur_col, wrap)
1204 #define SIMODE1 0x11 macro
H A Daic79xx_reg.h749 ahd_print_register(NULL, 0, "SIMODE1", 0x57, regvalue, cur_col, wrap)
2961 #define SIMODE1 0x57 macro

Completed in 273 milliseconds