Searched refs:overrun (Results 1 - 25 of 49) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Driscom8.h98 unsigned long overrun; member in struct:riscom_port
H A Dspecialix_io8.h137 unsigned long overrun; member in struct:specialix_port
H A Damiserial.c334 icount->overrun++;
1439 icount.overrun = cnow.overrun;
2036 if (state->icount.overrun)
2037 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2185 state->icount.overrun = state->icount.brk = 0;
H A Dsh-sci.c584 /* overrun error */
587 dprintk("sci: overrun error\n");
639 dprintk("sci: overrun error\n");
1004 if (port->icount.overrun)
1005 len += sprintf(page+len, " oe:%d", port->icount.overrun);
1098 port->icount.overrun = port->icount.brk = 0;
H A Dserial_amba.c159 __u32 overrun; member in struct:amba_icount
393 icount->overrun++;
411 * CHECK: does overrun affect the current character?
1312 icount.overrun = cnow.overrun;
H A Dserial_txx927.c359 icount->overrun++;
1892 if (state->icount.overrun)
1893 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2058 state->icount.overrun = state->icount.brk = 0;
H A Dserial_tx3912.c161 rs_dprintk(TX3912_UART_DEBUG_INTERRUPTS, "overrun");
162 rs_port->icount.overrun++;
222 printk( "rs_tx_interrupt: TX overrun\n");
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial.h22 __u32 frame, parity, overrun, brk; member in struct:async_icount
170 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
H A Dsynclink.h201 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial.h22 __u32 frame, parity, overrun, brk; member in struct:async_icount
170 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
H A Dsynclink.h201 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Daurora.h270 unsigned long overrun; member in struct:Aurora_port
H A Dsab82532.c370 printk("sab82532: receive_chars: tty overrun\n");
496 info->icount.overrun++;
2070 if (info->icount.overrun)
2071 ret += sprintf(buf+ret, " oe:%u", info->icount.overrun);
2321 info->icount.overrun = info->icount.brk = 0;
H A Dsu.c423 icount->overrun++;
2188 if (info->icount.overrun)
2189 ret += sprintf(buf+ret, " oe:%u", info->icount.overrun);
2546 info->icount.overrun = info->icount.brk = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtubttybld.c50 char *overrun = &(*tubp->ttyscreen)[tubp->ttyscreenl - TS_LENGTH]; local
72 if (&(*cpp)[4] >= overrun)
150 char *overrun = &(*tubp->ttyscreen)[tubp->ttyscreenl - TS_LENGTH]; local
158 if (&(*cpp)[NUMQUANT * 3] >= overrun)
185 /* Check for overrun */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/compressor/
H A Dlzrw3.c407 /* Test for overrun and jump to overrun code if necessary. */
409 goto overrun;
542 /* Jump here as soon as an overrun is detected. An overrun is defined to */
546 /* which means that the maximum overrun is MAX_CMP_GROUP bytes. */
547 /* Once an overrun occurs, the only thing to do is to set the copy flag and */
549 overrun:
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dethernet.c388 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) |
476 IO_STATE(R_IRQ_MASK0_SET, overrun, set) |
931 /* check for overrun irq */
932 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, overrun, active)) {
934 D(printk("ethernet receiver overrun!\n"));
1047 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) |
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dvidc_fill.S148 tst r6, #DMA_ST_OFL @ Check for overrun
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c388 icount->overrun++;
1801 icount.overrun = cnow.overrun;
2420 if (state->icount.overrun)
2421 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2654 state->icount.overrun = state->icount.brk = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dvacserial.c369 icount->overrun++;
1579 error = put_user(cnow.overrun, &p_cuser->overrun);
2140 if (state->icount.overrun)
2141 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2406 state->icount.overrun = state->icount.brk = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DNCR5380.c1860 unsigned char saved_data = 0, overrun = 0, residue; local
1933 overrun = 1;
1959 if (overrun) {
1960 dprintk(NDEBUG_DMA, ("Got an input overrun, using saved byte\n"));
1966 printk("No overrun??\n");
H A Datari_NCR5380.c1107 int transfered, saved_data = 0, overrun = 0, cnt, toPIO; local
1125 overrun = 1;
1126 DMA_PRINTK("scsi%d: read overrun handled\n", HOSTNO);
1150 if (overrun) {
1151 DMA_PRINTK("Got an input overrun, using saved byte\n");
H A Dmac_NCR5380.c1098 int transfered, saved_data = 0, overrun = 0, cnt, toPIO; local
1116 overrun = 1;
1117 DMA_PRINTK("scsi%d: read overrun handled\n", HOSTNO);
1141 if (overrun) {
1142 DMA_PRINTK("Got an input overrun, using saved byte\n");
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8260_io/
H A Duart.c383 icount->overrun++;
2045 if (state->icount.overrun)
2046 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2379 state->icount.overrun = state->icount.brk = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Duart.c417 icount->overrun++;
2122 if (state->icount.overrun)
2123 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2626 state->icount.overrun = state->icount.brk = 0;

Completed in 311 milliseconds

12