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

/freebsd-10.1-release/sys/dev/aic/
H A Daic6360reg.h89 #define SCSIRSTO 0x01 macro
H A Daic.c1365 aic_outb(aic, SCSISEQ, SCSIRSTO);
/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx.reg67 field SCSIRSTO 0x01
H A Daic7xxx_reg.h1070 #define SCSIRSTO 0x01 macro
H A Daic79xx.reg1509 field SCSIRSTO 0x01
H A Daic7xxx.c6042 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
6046 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
H A Daic79xx_reg.h2648 #define SCSIRSTO 0x01 macro
H A Daic79xx.c7925 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
7926 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);

Completed in 193 milliseconds