Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dmach-rx3715.c85 .uart_flags = UPF_CONS_FLOW,
Dmach-n30.c70 .uart_flags = UPF_CONS_FLOW,
Dmach-h1940.c107 .uart_flags = UPF_CONS_FLOW,
/kernel/linux/linux-5.10/drivers/tty/serial/
Dsamsung_tty.c312 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_stop_tx()
465 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_start_tx()
739 if (port->flags & UPF_CONS_FLOW) { in s3c24xx_serial_rx_drain_fifo()
1873 if (cfg->uart_flags & UPF_CONS_FLOW) { in s3c24xx_serial_init_port()
1875 port->flags |= UPF_CONS_FLOW; in s3c24xx_serial_init_port()
Dserial_txx9.c468 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
913 if (!(up->port.flags & UPF_CONS_FLOW) && (flcr & TXX9_SIFLCR_TES)) in serial_txx9_console_write()
Dbcm63xx_uart.c670 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dvr41xx_siu.c735 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dpxa.c614 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dsunsu.c1279 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dpch_uart.c1513 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Domap-serial.c1185 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
/kernel/linux/linux-5.10/include/linux/
Dserial_core.h200 #define UPF_CONS_FLOW ((__force upf_t) (1 << 23)) macro
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_port.c2072 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()