Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_mxc.c22 #define URXD_BRK (1<<11) macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c63 #define URXD_BRK (1<<11) macro
833 if (rx & URXD_BRK) in __imx_uart_rxint()
850 if (rx & URXD_BRK) in __imx_uart_rxint()
1722 sport->port.read_status_mask |= URXD_BRK; in imx_uart_set_termios()
1731 sport->port.ignore_status_mask |= URXD_BRK; in imx_uart_set_termios()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h525 #define URXD_BRK (1<<11) macro