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

/freebsd-11-stable/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-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1102 #define ATNO 0x10 macro
H A Daic79xx.c256 ahd_outb(ahd, SCSISIGO, ATNO);
976 && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
1894 * wait for the sequencer to determine that ATNO
2019 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0
3883 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
9428 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
H A Daic7xxx.c2276 scsisigo = ATNO;
7142 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
H A Daic79xx_reg.h2695 #define ATNO 0x10 macro

Completed in 120 milliseconds