Home
last modified time | relevance | path

Searched refs:UPF_BUGGY_UART (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dsunsu.c663 if (!(up->port.flags & UPF_BUGGY_UART) && in sunsu_startup()
1043 if (!(up->port.flags & UPF_BUGGY_UART)) { in sunsu_autoconfig()
H A Dserial_txx9.c44 #define UPF_TXX9_HAVE_CTS_LINE UPF_BUGGY_UART
/openbmc/linux/include/linux/
H A Dserial_core.h517 #define UPF_BUGGY_UART ((__force upf_t) ASYNC_BUGGY_UART /* 14 */ ) macro
/openbmc/linux/drivers/tty/serial/8250/
H A Dserial_cs.c365 uart.port.flags |= UPF_BUGGY_UART; in setup_serial()
H A D8250_port.c1180 if (!(port->flags & UPF_BUGGY_UART)) { in autoconfig()
2277 if (!(port->flags & UPF_BUGGY_UART) && in serial8250_do_startup()
/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup.c384 req.flags |= UPF_BUGGY_UART /*HAVE_CTS_LINE*/; in txx9_sio_init()