Searched refs:ch_cached_lsr (Results 1 – 4 of 4) sorted by relevance
290 linestatus = ch->ch_cached_lsr; in neo_copy_data_from_uart_to_queue()291 ch->ch_cached_lsr = 0; in neo_copy_data_from_uart_to_queue()405 ch->ch_cached_lsr = linestatus; in neo_copy_data_from_uart_to_queue()502 ch->ch_cached_lsr |= lsrbits; in neo_copy_data_from_queue_to_uart()503 if (ch->ch_cached_lsr & UART_LSR_THRE) { in neo_copy_data_from_queue_to_uart()504 ch->ch_cached_lsr &= ~(UART_LSR_THRE); in neo_copy_data_from_queue_to_uart()845 ch->ch_cached_lsr |= linestatus; in neo_parse_lsr()847 if (ch->ch_cached_lsr & UART_LSR_DR) { in neo_parse_lsr()1337 ch->ch_cached_lsr |= lsr; in neo_get_uart_bytes_left()
219 u8 ch_cached_lsr; /* Cached value of the LSR register */ member
369 linestatus = ch->ch_cached_lsr; in cls_copy_data_from_uart_to_queue()370 ch->ch_cached_lsr = 0; in cls_copy_data_from_uart_to_queue()
241 channel->ch_cached_lsr = 0; in jsm_tty_open()