Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c33 #define UCR1_SNDBRK (1<<4) /* Send break */ macro
/openbmc/linux/drivers/tty/serial/
H A Dimx.c75 #define UCR1_SNDBRK (1<<4) /* Send break */ macro
1151 ucr1 = imx_uart_readl(sport, UCR1) & ~UCR1_SNDBRK; in imx_uart_break_ctl()
1154 ucr1 |= UCR1_SNDBRK; in imx_uart_break_ctl()
1621 UCR1_ATDMAEN | UCR1_SNDBRK); in imx_uart_shutdown()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h536 #define UCR1_SNDBRK (1<<4) /* Send break */ macro