Searched refs:SELTO (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1167 #define SELTO 0x80 macro
H A Daic7xxx.c992 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
998 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1157 } else if ((status & SELTO) != 0) {
1187 "valid during SELTO scb(%d, %d)\n",
H A Daic79xx.c1494 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
1547 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1598 } else if ((status & SELTO) != 0) {
1627 "valid during SELTO scb(0x%x)\n",
H A Daic79xx_reg.h2777 #define SELTO 0x80 macro

Completed in 222 milliseconds