Searched refs:UART_MSR_CTS (Results 1 – 23 of 23) sorted by relevance
49 | UART_MSR_CTS | UART_MSR_DSR); in serial_exists()52 return (msr == (UART_MSR_DCD | UART_MSR_CTS)); in serial_exists()
34 UART_MSR_CTS)
53 tst \rd, #UART_MSR_CTS
212 tst \rd, #UART_MSR_CTS
351 if (rcv_msr_hold & UART_MSR_CTS) { in mxuport_msr_event()352 mxport->msr_state |= UART_MSR_CTS; in mxuport_msr_event()355 mxport->msr_state &= ~UART_MSR_CTS; in mxuport_msr_event()752 ((msr & UART_MSR_CTS) ? TIOCM_CTS : 0) | /* 0x020 */ in mxuport_tiocmget()
33 #define SERIAL_CRTSCTS ((UART_MCR_RTS << 8) | UART_MSR_CTS)369 (d[1] & UART_MSR_CTS ? TIOCM_CTS : 0) | in ssu100_tiocmget()
391 (status & UART_MSR_CTS ? TIOCM_CTS : 0) | in ark3116_tiocmget()
770 msr_mask = UART_MSR_DCD | UART_MSR_RI | UART_MSR_DSR | UART_MSR_CTS; in f81534_check_port_hw_disabled()1445 (msr & UART_MSR_CTS ? TIOCM_CTS : 0) | in f81534_tiocmget()
684 (msr & UART_MSR_CTS ? TIOCM_CTS : 0) | in f81232_tiocmget()
1570 | ((msr & UART_MSR_CTS) ? TIOCM_CTS : 0) /* 0x020 */ in mos7720_tiocmget()
154 #define UART_MSR_CTS 0x10 /* Clear to Send */ macro
212 uart_handle_cts_change(&up->port, status & UART_MSR_CTS); in check_modem_status()267 if (status & UART_MSR_CTS) in serial_pxa_get_mctrl()579 ((serial_in(up, UART_MSR) & UART_MSR_CTS) == 0)) in wait_for_xmitr()
832 uart_handle_cts_change(&tup->uport, msr & UART_MSR_CTS); in tegra_uart_handle_modem_signal_change()956 if ((mcr & TEGRA_UART_MCR_CTS_EN) && (msr & UART_MSR_CTS)) in tegra_uart_hw_deinit()969 (msr & UART_MSR_CTS)) in tegra_uart_hw_deinit()
431 (&up->port, status & UART_MSR_CTS); in check_modem_status()605 if (status & UART_MSR_CTS) in serial_omap_get_mctrl()1100 if (msr & UART_MSR_CTS) in wait_for_xmitr()
1108 if (modem & UART_MSR_CTS) in pch_uart_get_mctrl()1451 if (msr & UART_MSR_CTS) in wait_for_xmitr()
242 while (!((inb_p(speakup_info.port_tts + UART_MSR)) & UART_MSR_CTS)) { in spk_serial_wait_for_xmitr()
244 while (uart->fifo_count == 0 && (status & UART_MSR_CTS) && in snd_uart16550_io_loop()604 && (inb(uart->base + UART_MSR) & UART_MSR_CTS)))) { /* CTS? */ in snd_uart16550_output_byte()
281 if (msr & UART_MSR_CTS) in serial8250_MSR_to_TIOCM()
602 data->msr_mask_on |= UART_MSR_CTS; in dw8250_probe()
1142 if (status1 != (UART_MSR_DCD | UART_MSR_CTS)) { in autoconfig()1758 uart_handle_cts_change(port, status & UART_MSR_CTS); in serial8250_modem_status()2009 if (msr & UART_MSR_CTS) in wait_for_xmitr()
42 if (mstat & UART_MSR_CTS) in jsm_get_mstat()
654 *buf |= UART_MSR_CTS | UART_MSR_DCTS; in handle_bar_read()656 *buf |= UART_MSR_CTS | UART_MSR_DCTS; in handle_bar_read()
549 bool cts = msr & UART_MSR_CTS; in mxser_handle_cts()1114 ((msr & UART_MSR_CTS) ? TIOCM_CTS : 0); in mxser_tiocmget()