Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dmxser.c414 static bool mxser_16550A_or_MUST(struct mxser_port *info) in mxser_16550A_or_MUST() function
558 if (!mxser_16550A_or_MUST(info)) in mxser_handle_cts()
567 if (!mxser_16550A_or_MUST(info)) in mxser_handle_cts()
632 if (mxser_16550A_or_MUST(info)) { in mxser_change_speed()
917 if (!tty->hw_stopped || mxser_16550A_or_MUST(info)) in mxser_write()
942 (tty->hw_stopped && !mxser_16550A_or_MUST(info))) in mxser_flush_chars()
1581 (tty->hw_stopped && !mxser_16550A_or_MUST(port))) { in mxser_transmit_chars()