Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Desp32_uart.c102 u32 rx_flow_en; member
112 .rx_flow_en = ESP32_UART_RX_FLOW_EN,
121 .rx_flow_en = ESP32S3_UART_RX_FLOW_EN,
397 const u32 rx_flow_en = port_variant(port)->rx_flow_en; in esp32_uart_set_termios() local
415 conf1 &= ~rx_flow_en; in esp32_uart_set_termios()
444 conf1 |= rx_flow_en; in esp32_uart_set_termios()