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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h89 #define SCSIRSTO 0x01 macro
H A Daic.c1365 aic_outb(aic, SCSISEQ, SCSIRSTO);
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.reg67 field SCSIRSTO 0x01
H A Daic79xx.reg1509 field SCSIRSTO 0x01
H A Daic7xxx.c6043 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
6047 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
H A Daic79xx.c7926 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
7927 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);

Completed in 99 milliseconds