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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h57 #define SIMODE0 0x10 /* SCSI interrupt mode 0 */ macro
252 /* SIMODE0 */
H A Daic.c352 aic_outb(aic, SIMODE0, ENSELDI);
375 aic_outb(aic, SIMODE0, ENSELDI|ENSELDO);
414 aic_outb(aic, SIMODE0, 0);
454 aic_outb(aic, SIMODE0, 0);
1341 aic_outb(aic, SIMODE0, 0);
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.c1480 simode0 = ahc_inb(ahc, SIMODE0);
1481 ahc_outb(ahc, SIMODE0, 0);
1508 ahc_outb(ahc, SIMODE0, simode0);
4675 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
4692 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
6800 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50);
H A Daic79xx.c1562 simode0 = ahd_inb(ahd, SIMODE0);
2659 simode0 = ahd_inb(ahd, SIMODE0);
2665 ahd_outb(ahd, SIMODE0, 0);
2693 ahd_outb(ahd, SIMODE0, simode0);
5880 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI));
5913 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI));
6612 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN);
9236 ahd_simode0_print(ahd_inb(ahd, SIMODE0),
[all...]
H A Daic7xxx.reg365 * in SIMODE0 to interrupt via the IRQ pin.
367 register SIMODE0 {
H A Daic79xx.reg1847 * in SIMODE0 to interrupt via the IRQ pin.
1849 register SIMODE0 {

Completed in 203 milliseconds