Searched refs:OVERRUN (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 71 #define OVERRUN (1 << 0) macro 319 if (int_stat & OVERRUN) in adxl34x_irq() 859 AC_WRITE(ac, INT_MAP, ac->int_mask | OVERRUN); in adxl34x_probe() 886 AC_WRITE(ac, INT_ENABLE, ac->int_mask | OVERRUN); in adxl34x_probe()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis900.h | 210 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, enumerator
|
H A D | sis900.c | 1770 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx() 1777 if (rx_status & OVERRUN) in sis900_rx()
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_debug.h | 144 MUSB_FLAGS_PRINT(w, RXCSR_P, OVERRUN); in musb_print_rxcsr()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_reg_print.c_shipped | 133 { "OVERRUN", 0x80, 0x80 },
|
H A D | aic79xx_reg_print.c_shipped | 257 { "OVERRUN", 0x04, 0x04 },
|
H A D | aic7xxx_reg.h_shipped | 302 #define OVERRUN 0x80
|
H A D | aic79xx_reg.h_shipped | 746 #define OVERRUN 0x04
|
H A D | aic7xxx.reg | 353 field OVERRUN 0x80
|
H A D | aic79xx_core.c | 2388 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2412 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2435 } else if ((status0 & OVERRUN) != 0) { in ahd_handle_scsiint()
|
H A D | aic79xx.reg | 1923 field OVERRUN 0x04 /* SCSI Offset overrun detected */
|
/openbmc/linux/Documentation/scsi/ |
H A 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)
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | navi10_enum.h | 16139 OVERRUN = 0x00000001, enumerator
|
H A D | soc21_enum.h | 19179 OVERRUN = 0x00000001, enumerator
|