Home
last modified time | relevance | path

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

/drivers/tty/serial/8250/
A D8250_port.c82 .flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP,
91 .flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP,
100 .flags = UART_CAP_FIFO | UART_CAP_SLEEP | UART_CAP_AFE,
114 .flags = UART_CAP_FIFO | UART_CAP_SLEEP,
182 UART_CAP_SLEEP,
191 UART_CAP_SLEEP,
287 .flags = UART_CAP_FIFO | UART_CAP_SLEEP,
677 if (p->capabilities & UART_CAP_SLEEP) { in serial8250_set_sleep()
791 up->capabilities |= UART_CAP_EFR | UART_CAP_SLEEP; in autoconfig_has_efr()
929 up->capabilities |= UART_CAP_EFR | UART_CAP_SLEEP; in autoconfig_16550a()
[all …]
A D8250.h78 #define UART_CAP_SLEEP BIT(10) /* UART has IER sleep */ macro

Completed in 9 milliseconds