Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dwlib.c259 up->capabilities |= UART_CAP_NOTEMT; in dw8250_setup_port()
297 up->capabilities = UART_CAP_FIFO | UART_CAP_NOTEMT; in dw8250_setup_port()
H A D8250.h88 #define UART_CAP_NOTEMT BIT(18) /* UART without interrupt on TEMT available */ macro
H A D8250_port.c265 .flags = UART_CAP_FIFO | UART_CAP_NOTEMT,
1493 * enable interrupt on TEMT or set UART_CAP_NOTEMT that will in __stop_tx()
1498 if (!(p->capabilities & UART_CAP_NOTEMT)) in __stop_tx()