Searched refs:ch_cached_lsr (Results 1 – 3 of 3) sorted by relevance
307 linestatus = ch->ch_cached_lsr; in neo_copy_data_from_uart_to_queue()308 ch->ch_cached_lsr = 0; in neo_copy_data_from_uart_to_queue()422 ch->ch_cached_lsr = linestatus; in neo_copy_data_from_uart_to_queue()519 ch->ch_cached_lsr |= lsrbits; in neo_copy_data_from_queue_to_uart()520 if (ch->ch_cached_lsr & UART_LSR_THRE) { in neo_copy_data_from_queue_to_uart()521 ch->ch_cached_lsr &= ~(UART_LSR_THRE); in neo_copy_data_from_queue_to_uart()855 ch->ch_cached_lsr |= linestatus; in neo_parse_lsr()857 if (ch->ch_cached_lsr & UART_LSR_DR) { in neo_parse_lsr()1344 ch->ch_cached_lsr |= lsr; in neo_get_uart_bytes_left()
214 u8 ch_cached_lsr; /* Cached value of the LSR register */ member
250 channel->ch_cached_lsr = 0; in jsm_tty_open()