Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/8250/
D8250_omap.c46 #define UART_ERRATA_CLOCK_DISABLE (1 << 3) macro
1114 static const u8 omap4_habit = UART_ERRATA_CLOCK_DISABLE;
1115 static const u8 am3352_habit = OMAP_DMA_TX_KICK | UART_ERRATA_CLOCK_DISABLE;
1116 static const u8 dra742_habit = UART_ERRATA_CLOCK_DISABLE;
1435 if (priv->habit & UART_ERRATA_CLOCK_DISABLE) { in omap8250_runtime_suspend()