Searched refs:UART_CAP_NOTEMT (Results 1 – 2 of 2) sorted by relevance
259 up->capabilities |= UART_CAP_NOTEMT; in dw8250_setup_port()291 up->capabilities = UART_CAP_FIFO | UART_CAP_NOTEMT; in dw8250_setup_port()
88 #define UART_CAP_NOTEMT BIT(18) /* UART without interrupt on TEMT available */ macro