Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dqcom_geni_serial.c38 #define UART_CTS_MASK BIT(1) macro
1027 tx_trans_cfg &= ~UART_CTS_MASK; in qcom_geni_serial_set_termios()
1029 tx_trans_cfg |= UART_CTS_MASK; in qcom_geni_serial_set_termios()
1123 tx_trans_cfg = UART_CTS_MASK; in qcom_geni_serial_earlycon_setup()