Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dqcom_geni_serial.c34 #define UART_CTS_MASK BIT(1) macro
1022 tx_trans_cfg &= ~UART_CTS_MASK; in qcom_geni_serial_set_termios()
1024 tx_trans_cfg |= UART_CTS_MASK; in qcom_geni_serial_set_termios()
1128 tx_trans_cfg = UART_CTS_MASK; in qcom_geni_serial_earlycon_setup()