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()406 ch->ch_cached_lsr = linestatus; in neo_copy_data_from_uart_to_queue()503 ch->ch_cached_lsr |= lsrbits; in neo_copy_data_from_queue_to_uart()504 if (ch->ch_cached_lsr & UART_LSR_THRE) { in neo_copy_data_from_queue_to_uart()505 ch->ch_cached_lsr &= ~(UART_LSR_THRE); in neo_copy_data_from_queue_to_uart()834 ch->ch_cached_lsr |= linestatus; in neo_parse_lsr()836 if (ch->ch_cached_lsr & UART_LSR_DR) { in neo_parse_lsr()
214 u8 ch_cached_lsr; /* Cached value of the LSR register */ member
241 channel->ch_cached_lsr = 0; in jsm_tty_open()
368 ch->ch_cached_lsr = 0; in cls_copy_data_from_uart_to_queue()