Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
A 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()
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()
A Djsm.h219 u8 ch_cached_lsr; /* Cached value of the LSR register */ member
A Djsm_cls.c369 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()
A Djsm_tty.c241 channel->ch_cached_lsr = 0; in jsm_tty_open()

Completed in 10 milliseconds