Searched refs:OVERRUN (Results 1 – 11 of 11) sorted by relevance
53 #define OVERRUN (1 << 2) macro
165 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, enumerator
1632 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx()1639 if (rx_status & OVERRUN) in sis900_rx()
114 #define OVERRUN 0x80 macro
306 bit OVERRUN 0x80
323 - Check against data OVERRUN/UNDERRUN condition at the end of a data 324 transfer, whatever a SWIDE is present (OVERRUN in DATA IN phase)
1177 #define OVERRUN 0x80 macro
331 field OVERRUN 0x80
2718 #define OVERRUN 0x04 macro
1166 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()1176 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()1202 } else if ((status0 & OVERRUN) != 0) { in ahd_handle_scsiint()
1829 field OVERRUN 0x04 /* SCSI Offset overrun detected */