Home
last modified time | relevance | path

Searched refs:no_int_count (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_dw.c97 u8 no_int_count; member
438 d->no_int_count == (DW_UART_QUIRK_IER_KICK_THRES - 1)) in dw8250_handle_irq()
440 d->no_int_count = (d->no_int_count + 1) % DW_UART_QUIRK_IER_KICK_THRES; in dw8250_handle_irq()
448 d->no_int_count = 0; in dw8250_handle_irq()
453 d->no_int_count = 0; in dw8250_handle_irq()
691 d->no_int_count = 0; in dw8250_shutdown()