Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Ducc_uart.c493 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()
505 BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID, in qe_uart_int_rx()
526 if (status & BD_SC_BR) in qe_uart_int_rx()
539 if (status & BD_SC_BR) in qe_uart_int_rx()
902 port->read_status_mask |= BD_SC_BR; in qe_uart_set_termios()
911 port->ignore_status_mask |= BD_SC_BR; in qe_uart_set_termios()
H A Dcpm_uart.c280 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in cpm_uart_int_rx()
296 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()
319 if (status & BD_SC_BR) in cpm_uart_int_rx()
332 if (status & BD_SC_BR) in cpm_uart_int_rx()
549 port->read_status_mask |= BD_SC_BR; in cpm_uart_set_termios()
558 port->ignore_status_mask |= BD_SC_BR; in cpm_uart_set_termios()
1107 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
/linux/include/soc/fsl/
H A Dcpm.h106 #define BD_SC_BR (0x0020) /* Break received */ macro