Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/8250/
D8250_dwlib.c260 up->capabilities |= UART_CAP_NOTEMT; in dw8250_setup_port()
296 up->capabilities = UART_CAP_FIFO | UART_CAP_NOTEMT; in dw8250_setup_port()
D8250.h88 #define UART_CAP_NOTEMT BIT(18) /* UART without interrupt on TEMT available */ macro
D8250_port.c264 .flags = UART_CAP_FIFO | UART_CAP_NOTEMT,
1527 if (!(p->capabilities & UART_CAP_NOTEMT)) in __stop_tx()