Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c76 #define UCR1_SNDBRK (1<<4) /* Send break */ macro
1142 ucr1 = imx_uart_readl(sport, UCR1) & ~UCR1_SNDBRK; in imx_uart_break_ctl()
1145 ucr1 |= UCR1_SNDBRK; in imx_uart_break_ctl()
1620 UCR1_ATDMAEN | UCR1_SNDBRK); in imx_uart_shutdown()