OVERRUN           319 drivers/input/misc/adxl34x.c 	if (int_stat & OVERRUN)
OVERRUN           854 drivers/input/misc/adxl34x.c 		AC_WRITE(ac, INT_MAP, ac->int_mask | OVERRUN);
OVERRUN           881 drivers/input/misc/adxl34x.c 	AC_WRITE(ac, INT_ENABLE, ac->int_mask | OVERRUN);
OVERRUN          1760 drivers/net/ethernet/sis/sis900.c 		if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) {
OVERRUN          1767 drivers/net/ethernet/sis/sis900.c 			if (rx_status & OVERRUN)
OVERRUN          2400 drivers/scsi/aic7xxx/aic79xx_core.c 	status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
OVERRUN          2424 drivers/scsi/aic7xxx/aic79xx_core.c 		status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
OVERRUN          2447 drivers/scsi/aic7xxx/aic79xx_core.c 	} else if ((status0 & OVERRUN) != 0) {