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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h83 #define ENSELO 0x40 macro
H A Daic.c377 aic_outb(aic, SCSISEQ, ENRESELI|ENSELO|ENAUTOATNO);
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx.seq70 test SCSISEQ0, ENSELO|ENARBO jnz idle_loop_checkbus;
109 * ENSELO is cleared by a SELDO, so we must test for SELDO
163 and SCSISEQ0, ~ENSELO;
579 or SCSISEQ0, ENSELO ret;
689 * For packetized, the LQO manager clears ENSELO on
693 test SCSISEQ0, ENSELO jnz use_lastscb;
818 and SCSISEQ0, ~ENSELO;
1223 and SCSISEQ0, ~ENSELO;
H A Daic7xxx.reg61 field ENSELO 0x40
1474 field ENSELO 0x40
H A Daic7xxx.seq81 test SCSISEQ, ENSELO jnz poll_for_selection;
84 test SCSISEQ, ENSELO jnz poll_for_selection;
H A Daic7xxx.c2331 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
2348 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
2637 ahc_inb(ahc, SCSISEQ) & ~ENSELO);
4789 scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;
5212 ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
5880 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
H A Daic79xx.c1276 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
1499 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
1753 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0))
2093 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
2547 ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
3454 * safe to clear ENSELO when the bus is not free and no
3461 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
7185 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
7926 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
H A Daic79xx.reg1506 field ENSELO 0x40

Completed in 137 milliseconds