Symbol: UART_CAP_AFE
drivers/tty/serial/8250/8250_aspeed_vuart.c
485
port.capabilities |= UART_CAP_AFE;
drivers/tty/serial/8250/8250_dwlib.c
295
up->capabilities |= UART_CAP_AFE;
drivers/tty/serial/8250/8250_lpss.c
343
uart.capabilities = UART_CAP_FIFO | UART_CAP_AFE;
drivers/tty/serial/8250/8250_ni.c
325
uart->capabilities = UART_CAP_FIFO | UART_CAP_AFE | UART_CAP_EFR;
drivers/tty/serial/8250/8250_of.c
239
port8250.capabilities |= UART_CAP_AFE;
drivers/tty/serial/8250/8250_port.c
101
.flags = UART_CAP_FIFO | UART_CAP_SLEEP | UART_CAP_AFE,
drivers/tty/serial/8250/8250_port.c
1019
up->capabilities |= UART_CAP_AFE | UART_CAP_SLEEP;
drivers/tty/serial/8250/8250_port.c
1057
up->capabilities |= UART_CAP_AFE;
drivers/tty/serial/8250/8250_port.c
166
.flags = UART_CAP_FIFO | UART_CAP_AFE,
drivers/tty/serial/8250/8250_port.c
182
.flags = UART_CAP_FIFO | UART_CAP_AFE | UART_CAP_EFR |
drivers/tty/serial/8250/8250_port.c
191
.flags = UART_CAP_FIFO | UART_CAP_AFE | UART_CAP_EFR |
drivers/tty/serial/8250/8250_port.c
217
.flags = UART_CAP_FIFO | UART_CAP_AFE,
drivers/tty/serial/8250/8250_port.c
225
.flags = UART_CAP_FIFO | UART_CAP_AFE,
drivers/tty/serial/8250/8250_port.c
233
.flags = UART_CAP_FIFO | UART_CAP_AFE,
drivers/tty/serial/8250/8250_port.c
263
.flags = UART_CAP_FIFO | UART_CAP_AFE,
drivers/tty/serial/8250/8250_port.c
2651
if (!(up->capabilities & UART_CAP_AFE))
drivers/tty/serial/8250/8250_port.c
312
.flags = UART_CAP_FIFO | UART_CAP_AFE,
drivers/tty/serial/8250/8250_uniphier.c
215
up.capabilities |= UART_CAP_AFE;