Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-s3c/
Dmach-rx3715.c79 .uart_flags = UPF_CONS_FLOW,
Dmach-n30.c70 .uart_flags = UPF_CONS_FLOW,
Dmach-h1940.c107 .uart_flags = UPF_CONS_FLOW,
/Linux-v6.1/drivers/tty/serial/
Dsamsung_tty.c326 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_stop_tx()
503 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_start_tx()
788 if (port->flags & UPF_CONS_FLOW) { in s3c24xx_serial_rx_drain_fifo()
2009 if (cfg->uart_flags & UPF_CONS_FLOW) { in s3c24xx_serial_init_port()
2011 port->flags |= UPF_CONS_FLOW; in s3c24xx_serial_init_port()
Dserial_txx9.c447 if (up->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
882 if (!(up->flags & UPF_CONS_FLOW) && (flcr & TXX9_SIFLCR_TES)) in serial_txx9_console_write()
Dbcm63xx_uart.c667 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dpxa.c599 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dsunsu.c1272 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Domap-serial.c1124 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dpch_uart.c1463 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
/Linux-v6.1/include/linux/
Dserial_core.h523 #define UPF_CONS_FLOW ((__force upf_t) BIT_ULL(23)) macro
/Linux-v6.1/drivers/tty/serial/8250/
D8250_port.c2108 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
3433 !(up->port.flags & UPF_CONS_FLOW); in serial8250_console_write()