BD_SC_OV          269 drivers/i2c/busses/i2c-cpm.c 		if (in_be16(&rbdf->cbd_sc) & BD_SC_OV) {
BD_SC_OV          282 drivers/tty/serial/cpm_uart/cpm_uart_core.c 			    (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV))
BD_SC_OV          299 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		                        BD_SC_OV | BD_SC_ID);
BD_SC_OV          327 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (status & BD_SC_OV)
BD_SC_OV          342 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (status & BD_SC_OV) {
BD_SC_OV          579 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	port->read_status_mask = (BD_SC_EMPTY | BD_SC_OV);
BD_SC_OV          598 drivers/tty/serial/cpm_uart/cpm_uart_core.c 			port->ignore_status_mask |= BD_SC_OV;
BD_SC_OV         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_OV          499 drivers/tty/serial/ucc_uart.c 			    (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV))
BD_SC_OV          511 drivers/tty/serial/ucc_uart.c 			BD_SC_OV | BD_SC_ID, BD_SC_EMPTY);
BD_SC_OV          537 drivers/tty/serial/ucc_uart.c 	if (status & BD_SC_OV)
BD_SC_OV          552 drivers/tty/serial/ucc_uart.c 	if (status & BD_SC_OV)
BD_SC_OV          924 drivers/tty/serial/ucc_uart.c 	port->read_status_mask = BD_SC_EMPTY | BD_SC_OV;
BD_SC_OV          943 drivers/tty/serial/ucc_uart.c 			port->ignore_status_mask |= BD_SC_OV;