Home
last modified time | relevance | path

Searched refs:xoff_detect (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dser_defs.h189 unsigned int xoff_detect : 1; member
210 unsigned int xoff_detect : 1; member
/linux-4.4.14/drivers/tty/serial/
Dcrisv10.c1796 if (rstat & IO_MASK(R_SERIAL0_STATUS, xoff_detect) ) { in receive_chars_dma()
2157 if (data_read & IO_MASK(R_SERIAL0_READ, xoff_detect) ) { in handle_ser_rx_interrupt_no_dma()
2272 if (rstat & IO_MASK(R_SERIAL0_STATUS, xoff_detect) ) { in handle_ser_rx_interrupt()
4024 if (rstat & IO_MASK(R_SERIAL0_STATUS, xoff_detect)) in seq_line_info()
Detraxfs-uart.c241 if (rstat.xoff_detect) { in etraxfs_uart_send_xchar()