Home
last modified time | relevance | path

Searched refs:UART_CAP_SLEEP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/8250/
A D8250_port.c96 .flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP,
105 .flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP,
114 .flags = UART_CAP_FIFO | UART_CAP_SLEEP | UART_CAP_AFE,
128 .flags = UART_CAP_FIFO | UART_CAP_SLEEP,
203 UART_CAP_SLEEP,
212 UART_CAP_SLEEP,
308 .flags = UART_CAP_FIFO | UART_CAP_SLEEP,
757 if (p->capabilities & UART_CAP_SLEEP) { in serial8250_set_sleep()
920 up->capabilities |= UART_CAP_EFR | UART_CAP_SLEEP; in autoconfig_has_efr()
1058 up->capabilities |= UART_CAP_EFR | UART_CAP_SLEEP; in autoconfig_16550a()
[all …]
A D8250.h76 #define UART_CAP_SLEEP BIT(10) /* UART has IER sleep */ macro

Completed in 9 milliseconds