Searched refs:UART_CAP_AFE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250.h45 #define UART_CAP_AFE (1 << 11) /* MCR-based hw flow control */ macro
H A D8250.c224 .flags = UART_CAP_FIFO | UART_CAP_SLEEP | UART_CAP_AFE,
294 .flags = UART_CAP_FIFO | UART_CAP_AFE,
301 .flags = UART_CAP_FIFO | UART_CAP_AFE,
1030 up->capabilities |= UART_CAP_AFE | UART_CAP_SLEEP;
1075 up->capabilities |= UART_CAP_AFE;
2293 if (up->capabilities & UART_CAP_AFE && up->port.fifosize >= 32) {

Completed in 73 milliseconds