Home
last modified time | relevance | path

Searched refs:UPF_CONS_FLOW (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/tty/serial/
H A Dsamsung_tty.c314 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_stop_tx()
488 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_start_tx()
776 if (port->flags & UPF_CONS_FLOW) { in s3c24xx_serial_rx_drain_fifo()
1823 if (cfg->uart_flags & UPF_CONS_FLOW) { in s3c24xx_serial_init_port()
1825 port->flags |= UPF_CONS_FLOW; in s3c24xx_serial_init_port()
H A Dserial_txx9.c425 if (up->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
860 if (!(up->flags & UPF_CONS_FLOW) && (flcr & TXX9_SIFLCR_TES)) in serial_txx9_console_write()
H A Dbcm63xx_uart.c678 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Dpxa.c576 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Dsunsu.c1248 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Domap-serial.c1095 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Dpch_uart.c1454 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
/linux/include/linux/
H A Dserial_core.h536 #define UPF_CONS_FLOW ((__force upf_t) BIT_ULL(23)) macro
/linux/drivers/tty/serial/8250/
H A D8250_port.c1994 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
3357 !(up->port.flags & UPF_CONS_FLOW); in serial8250_console_write()