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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h136 #define ATNO 0x10 macro
H A Daic.c461 * Raise ATNO to signal the target that we have a message for it.
471 aic_outb(aic, SCSISIGO, aic_inb(aic, SCSISIGI) | ATNO);
841 * clear ATNO to signal transmission complete.
/freebsd-10.0-release/sys/dev/aic7xxx/
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;
1017 mvi CLRSINT1,CLRATNO; /* Be sure to turn ATNO off */
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.seq1505 or SCSISIGO, ATNO, LASTPHASE;
1507 mvi SCSISIGO, ATNO;
1550 mvi CLRSINT1,CLRATNO; /* Be sure to turn ATNO off */
1956 or SCSISIGO, ATNO, LASTPHASE;
1958 mvi SCSISIGO, ATNO;
H A Daic7xxx.reg143 field ATNO 0x10
H A Daic79xx.c257 ahd_outb(ahd, SCSISIGO, ATNO);
977 && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
1899 * wait for the sequencer to determine that ATNO
2024 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0
3891 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
9438 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
H A Daic79xx.reg1650 field ATNO 0x10
H A Daic7xxx.c2277 scsisigo = ATNO;
7149 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);

Completed in 132 milliseconds