Searched refs:UCR1_SNDBRK (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/
H A Dimx.c76 #define UCR1_SNDBRK (1<<4) /* Send break */
1121 ucr1 = imx_uart_readl(sport, UCR1) & ~UCR1_SNDBRK;
1124 ucr1 |= UCR1_SNDBRK;
1598 UCR1_ATDMAEN | UCR1_SNDBRK);
74 #define UCR1_SNDBRK macro

Completed in 112 milliseconds