Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/8250/
D8250_omap.c40 #define UART_ERRATA_CLOCK_DISABLE (1 << 3) macro
1073 static const u8 am3352_habit = OMAP_DMA_TX_KICK | UART_ERRATA_CLOCK_DISABLE;
1074 static const u8 am4372_habit = UART_ERRATA_CLOCK_DISABLE;
1358 if (priv->habit & UART_ERRATA_CLOCK_DISABLE) { in omap8250_runtime_suspend()