Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Desp32_uart.c101 u32 txfifo_empty_thrhd_shift; member
111 .txfifo_empty_thrhd_shift = ESP32_UART_TXFIFO_EMPTY_THRHD_SHIFT,
120 .txfifo_empty_thrhd_shift = ESP32S3_UART_TXFIFO_EMPTY_THRHD_SHIFT,
345 (1 << port_variant(port)->txfifo_empty_thrhd_shift)); in esp32_uart_startup()