Searched refs:overrun (Results 26 - 50 of 100) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D21285.c105 port->icount.overrun++;
H A Dclps711x.c117 port->icount.overrun++;
135 * CHECK: does overrun affect the current character?
H A Dtimbuart.c170 port->icount.overrun++;
H A Dcrisv10.c194 #define SER_OVERRUN_MASK IO_MASK(R_SERIAL0_STATUS, overrun)
2300 IO_MASK(R_SERIAL0_READ, overrun) )) {
2354 } else if (data_read & IO_MASK(R_SERIAL0_READ, overrun)) {
2355 info->icount.overrun++;
2461 info->icount.overrun++;
4319 if (info->icount.overrun)
4320 seq_printf(m, " oe:%lu", (unsigned long)info->icount.overrun);
H A D68360serial.c413 icount->overrun++;
1954 if (state->icount.overrun)
1955 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2465 state->icount.overrun = state->icount.brk = 0;
H A Daltera_uart.c48 #define ALTERA_UART_STATUS_ROE_MSK 0x0008 /* RX overrun error */
49 #define ALTERA_UART_STATUS_TOE_MSK 0x0010 /* TX overrun error */
62 #define ALTERA_UART_CONTROL_ROE_MSK 0x0008 /* ...RX overrun */
63 #define ALTERA_UART_CONTROL_TOE_MSK 0x0010 /* ...TX overrun */
197 port->icount.overrun++;
H A Dapbuart.c107 port->icount.overrun++;
H A Dbcm63xx_uart.c250 /* get overrun/fifo empty information from ier
288 port->icount.overrun++;
H A Dmcf.c293 port->icount.overrun++;
H A Dmsm_serial.c82 * Handle overrun. My understanding of the hardware is that overrun
86 port->icount.overrun++;
H A Dnetx-serial.c224 port->icount.overrun++;
H A Dpnx8xxx_uart.c215 sport->port.icount.overrun++;
H A Dsc26xx.c167 port->icount.overrun++;
H A Dserial_core.c1085 icount.overrun = cnow.overrun;
1707 if (uport->icount.overrun)
1709 uport->icount.overrun);
H A Dserial_ks8695.c184 port->icount.overrun++;
H A Dserial_lh7a40x.c160 ++port->icount.overrun;
391 /* Ignore overrun when ignorning parity */
H A Duartlite.c97 port->icount.overrun++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Drd_stats.h194 unsigned int overrun __attribute__ ((packed)); member in struct:stats_serial
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.c1696 unsigned char saved_data = 0, overrun = 0, residue; local
1771 overrun = 1;
1797 if (overrun) {
1798 dprintk(NDEBUG_DMA, ("Got an input overrun, using saved byte\n"));
1804 printk("No overrun??\n");
H A Datari_NCR5380.c1102 int transfered, saved_data = 0, overrun = 0, cnt, toPIO; local
1120 overrun = 1;
1121 DMA_PRINTK("scsi%d: read overrun handled\n", HOSTNO);
1145 if (overrun) {
1146 DMA_PRINTK("Got an input overrun, using saved byte\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasound.h678 unsigned int overrun; /* count of read queue overruns */ member in struct:sndrv_timer_status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/sn0/
H A Dhubmd.h593 overrun: 1; /* 0: multiple protocol errs */ member in struct:proto_error_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcyclades.h311 #define C_IN_OVR_ERROR 0x00008000 /* overrun error */
528 __u32 frame, parity, overrun, brk; member in struct:cyclades_icount
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dspecialix.c576 port->overrun++;
579 board_No(bp), port_No(port), port->overrun);
1243 board_No(bp), port_No(port), port->overrun);
1410 port->overrun = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h649 unsigned int overrun; /* count of read queue overruns */ member in struct:snd_timer_status

Completed in 357 milliseconds

1234