Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-rx3715.c85 .uart_flags = UPF_CONS_FLOW,
H A Dmach-n30.c70 .uart_flags = UPF_CONS_FLOW,
H A Dmach-h1940.c107 .uart_flags = UPF_CONS_FLOW,
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A 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()
H A 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()
H A Dbcm63xx_uart.c670 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Dpxa.c614 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Dvr41xx_siu.c735 if (port->flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Dsunsu.c1279 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Dpch_uart.c1509 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
H A Domap-serial.c1185 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h204 #define UPF_CONS_FLOW ((__force upf_t) (1 << 23)) macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c2127 if (up->port.flags & UPF_CONS_FLOW) { in wait_for_xmitr()