BD_SC_BR          282 drivers/tty/serial/cpm_uart/cpm_uart_core.c 			    (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV))
BD_SC_BR          298 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR |
BD_SC_BR          321 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (status & BD_SC_BR)
BD_SC_BR          334 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (status & BD_SC_BR)
BD_SC_BR          583 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		port->read_status_mask |= BD_SC_BR;
BD_SC_BR          592 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		port->ignore_status_mask |= BD_SC_BR;
BD_SC_BR         1074 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID);
BD_SC_BR          499 drivers/tty/serial/ucc_uart.c 			    (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV))
BD_SC_BR          510 drivers/tty/serial/ucc_uart.c 		clrsetbits_be16(&bdp->status, BD_SC_BR | BD_SC_FR | BD_SC_PR |
BD_SC_BR          531 drivers/tty/serial/ucc_uart.c 	if (status & BD_SC_BR)
BD_SC_BR          544 drivers/tty/serial/ucc_uart.c 	if (status & BD_SC_BR)
BD_SC_BR          928 drivers/tty/serial/ucc_uart.c 		port->read_status_mask |= BD_SC_BR;
BD_SC_BR          937 drivers/tty/serial/ucc_uart.c 		port->ignore_status_mask |= BD_SC_BR;