Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-rx3715.c87 .uart_flags = UPF_CONS_FLOW,
Dmach-n30.c70 .uart_flags = UPF_CONS_FLOW,
Dmach-h1940.c107 .uart_flags = UPF_CONS_FLOW,
/Linux-v4.19/drivers/tty/serial/
Dsamsung.c188 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_stop_tx()
344 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_start_tx()
618 if (port->flags & UPF_CONS_FLOW) { in s3c24xx_serial_rx_drain_fifo()
1724 if (cfg->uart_flags & UPF_CONS_FLOW) { in s3c24xx_serial_init_port()
1726 port->flags |= UPF_CONS_FLOW; in s3c24xx_serial_init_port()
Dserial_txx9.c473 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
916 if (!(up->port.flags & UPF_CONS_FLOW) && (flcr & TXX9_SIFLCR_TES)) in serial_txx9_console_write()
Dbcm63xx_uart.c674 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dpxa.c618 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dvr41xx_siu.c739 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dsunsu.c1283 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Domap-serial.c1181 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dpch_uart.c1531 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
/Linux-v4.19/include/linux/
Dserial_core.h213 #define UPF_CONS_FLOW ((__force upf_t) (1 << 23)) macro
/Linux-v4.19/drivers/tty/serial/8250/
D8250_port.c2041 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()