Searched refs:UART_ERRATA_CLOCK_DISABLE (Results 1 – 1 of 1) sorted by relevance
46 #define UART_ERRATA_CLOCK_DISABLE (1 << 3) macro1114 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()