Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dqcom_geni_serial.c39 #define UART_CTS_MASK BIT(1) macro
1077 tx_trans_cfg &= ~UART_CTS_MASK; in qcom_geni_serial_set_termios()
1079 tx_trans_cfg |= UART_CTS_MASK; in qcom_geni_serial_set_termios()
1213 tx_trans_cfg = UART_CTS_MASK; in qcom_geni_serial_earlycon_setup()