Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-rx3715.c93 .uart_flags = UPF_CONS_FLOW,
Dmach-n30.c73 .uart_flags = UPF_CONS_FLOW,
Dmach-h1940.c112 .uart_flags = UPF_CONS_FLOW,
/linux-4.4.14/drivers/tty/serial/
Dsamsung.c192 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_stop_tx()
349 if (port->flags & UPF_CONS_FLOW) in s3c24xx_serial_start_tx()
616 if (port->flags & UPF_CONS_FLOW) { in s3c24xx_serial_rx_drain_fifo()
1690 if (cfg->uart_flags & UPF_CONS_FLOW) { in s3c24xx_serial_init_port()
1692 port->flags |= UPF_CONS_FLOW; in s3c24xx_serial_init_port()
Dserial_txx9.c476 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
919 if (!(up->port.flags & UPF_CONS_FLOW) && (flcr & TXX9_SIFLCR_TES)) in serial_txx9_console_write()
Dbcm63xx_uart.c672 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dvr41xx_siu.c752 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dpxa.c623 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dm32r_sio.c1007 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
Dsunsu.c1282 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()
Dpch_uart.c1547 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
/linux-4.4.14/include/linux/
Dserial_core.h200 #define UPF_CONS_FLOW ((__force upf_t) (1 << 23)) macro
/linux-4.4.14/drivers/tty/serial/8250/
D8250_port.c1729 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()