Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/jsm/
Djsm_neo.c290 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()
Djsm.h214 u8 ch_cached_lsr; /* Cached value of the LSR register */ member
Djsm_tty.c241 channel->ch_cached_lsr = 0; in jsm_tty_open()
Djsm_cls.c368 ch->ch_cached_lsr = 0; in cls_copy_data_from_uart_to_queue()