Searched refs:USR2_BRCD (Results 1 – 3 of 3) sorted by relevance
101 #define USR2_BRCD (1<<2) /* Break condition */ macro
150 #define USR2_BRCD (1<<2) /* Break condition */ macro823 if (usr2 & USR2_BRCD) { in __imx_uart_rxint()824 imx_uart_writel(sport, USR2_BRCD, USR2); in __imx_uart_rxint()1267 if (usr2 & USR2_BRCD) { in imx_uart_clear_rx_errors()1269 imx_uart_writel(sport, USR2_BRCD, USR2); in imx_uart_clear_rx_errors()
600 #define USR2_BRCD (1<<2) /* Break condition */ macro