Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_neo.c302 linestatus = ch->ch_cached_lsr; in neo_copy_data_from_uart_to_queue()
303 ch->ch_cached_lsr = 0; in neo_copy_data_from_uart_to_queue()
417 ch->ch_cached_lsr = linestatus; in neo_copy_data_from_uart_to_queue()
514 ch->ch_cached_lsr |= lsrbits; in neo_copy_data_from_queue_to_uart()
515 if (ch->ch_cached_lsr & UART_LSR_THRE) { in neo_copy_data_from_queue_to_uart()
516 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()
Djsm.h228 u8 ch_cached_lsr; /* Cached value of the LSR register */ member
Djsm_cls.c378 linestatus = ch->ch_cached_lsr; in cls_copy_data_from_uart_to_queue()
379 ch->ch_cached_lsr = 0; in cls_copy_data_from_uart_to_queue()
Djsm_tty.c248 channel->ch_cached_lsr = 0; in jsm_tty_open()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_neo.c533 ch->ch_cached_lsr |= linestatus; in neo_parse_lsr()
535 if (ch->ch_cached_lsr & UART_LSR_DR) { in neo_parse_lsr()
1122 linestatus = ch->ch_cached_lsr; in neo_copy_data_from_uart_to_queue()
1123 ch->ch_cached_lsr = 0; in neo_copy_data_from_uart_to_queue()
1244 ch->ch_cached_lsr = linestatus; in neo_copy_data_from_uart_to_queue()
1438 ch->ch_cached_lsr |= lsrbits; in neo_copy_data_from_queue_to_uart()
1439 if (ch->ch_cached_lsr & UART_LSR_THRE) { in neo_copy_data_from_queue_to_uart()
1440 ch->ch_cached_lsr &= ~(UART_LSR_THRE); in neo_copy_data_from_queue_to_uart()
1706 ch->ch_cached_lsr |= lsr; in neo_get_uart_bytes_left()
Ddgnc_driver.h345 unsigned char ch_cached_lsr; /* Cached value of the LSR register */ member
Ddgnc_tty.c1158 ch->ch_cached_lsr = 0; in dgnc_tty_open()