Searched refs:OVERRUN (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/input/misc/ |
D | adxl34x.c | 71 #define OVERRUN (1 << 0) macro 319 if (int_stat & OVERRUN) in adxl34x_irq() 854 AC_WRITE(ac, INT_MAP, ac->int_mask | OVERRUN); in adxl34x_probe() 881 AC_WRITE(ac, INT_ENABLE, ac->int_mask | OVERRUN); in adxl34x_probe()
|
/Linux-v5.4/drivers/net/ethernet/sis/ |
D | sis900.h | 210 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, enumerator
|
D | sis900.c | 1760 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx() 1767 if (rx_status & OVERRUN) in sis900_rx()
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 133 { "OVERRUN", 0x80, 0x80 },
|
D | aic79xx_reg_print.c_shipped | 257 { "OVERRUN", 0x04, 0x04 },
|
D | aic7xxx_reg.h_shipped | 302 #define OVERRUN 0x80
|
D | aic79xx_reg.h_shipped | 746 #define OVERRUN 0x04
|
D | aic7xxx.reg | 353 field OVERRUN 0x80
|
D | aic79xx_core.c | 2400 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2424 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2447 } else if ((status0 & OVERRUN) != 0) { in ahd_handle_scsiint()
|
D | aic79xx.reg | 1923 field OVERRUN 0x04 /* SCSI Offset overrun detected */
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 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)
|
/Linux-v5.4/drivers/gpu/drm/amd/include/ |
D | navi10_enum.h | 16139 OVERRUN = 0x00000001, enumerator
|