Searched refs:UCR1_SNDBRK (Results 1 – 3 of 3) sorted by relevance
34 #define UCR1_SNDBRK (1<<4) /* Send break */ macro
76 #define UCR1_SNDBRK (1<<4) /* Send break */ macro1108 ucr1 = imx_uart_readl(sport, UCR1) & ~UCR1_SNDBRK; in imx_uart_break_ctl()1111 ucr1 |= UCR1_SNDBRK; in imx_uart_break_ctl()
536 #define UCR1_SNDBRK (1<<4) /* Send break */ macro