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

/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.seq192 mvi SCSISIGO, P_MESGOUT|BSYO;
515 mvi SCSISIGO, P_MESGOUT|BSYO;
537 clr SCSISIGO;
618 mvi SCSISIGO, P_MESGIN|BSYO;
1505 or SCSISIGO, ATNO, LASTPHASE;
1507 mvi SCSISIGO, ATNO;
1956 or SCSISIGO, ATNO, LASTPHASE;
1958 mvi SCSISIGO, ATNO;
2011 mov SCSISIGO, SINDEX;
2123 and SCSISIGO, PHASE_MAS
[all...]
H A Daic79xx.seq119 test SCSISIGO, ATNO jz idle_loop_check_nonpackreq;
808 test SCSISIGO, ATNO jnz select_out_non_packetized;
975 mvi SCSISIGO, ATNO;
1453 mvi SCSISIGO, ATNO;
2001 test SCSISIGO, ATNO jnz . + 2;
2020 test SCSISIGO, ATNO jnz . + 2;
2167 test SCSISIGO, ATNO jnz . + 2;
H A Daic7xxx.c261 ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
768 * if the expected phase in SCSISIGO matches
774 ahc_outb(ahc, SCSISIGO, curphase);
2280 ahc_outb(ahc, SCSISIGO, scsisigo);
2878 ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
2977 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
7149 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
H A Daic79xx.c257 ahd_outb(ahd, SCSISIGO, ATNO);
320 ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */
977 && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
2024 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0
3891 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
4127 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO);
4199 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
9438 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
H A Daic7xxx.reg137 register SCSISIGO {
H A Daic79xx.reg1643 register SCSISIGO {
/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h39 #define SCSISIGO 0x03 /* SCSI signal out */ macro
132 /* SCSISIGO */
H A Daic.c471 aic_outb(aic, SCSISIGO, aic_inb(aic, SCSISIGI) | ATNO);
1278 aic_outb(aic, SCSISIGO, phase);

Completed in 130 milliseconds