DZ_FERR           202 drivers/tty/serial/dz.c 		if (unlikely(status & (DZ_OERR | DZ_FERR | DZ_PERR))) {
DZ_FERR           211 drivers/tty/serial/dz.c 				status |= (status & DZ_FERR) >>
DZ_FERR           212 drivers/tty/serial/dz.c 					  (ffs(DZ_FERR) - ffs(DZ_BREAK));
DZ_FERR           213 drivers/tty/serial/dz.c 				status &= ~DZ_FERR;
DZ_FERR           221 drivers/tty/serial/dz.c 			} else if (status & DZ_FERR)
DZ_FERR           231 drivers/tty/serial/dz.c 			else if (status & DZ_FERR)
DZ_FERR           623 drivers/tty/serial/dz.c 		dport->port.read_status_mask |= DZ_FERR | DZ_PERR;
DZ_FERR           632 drivers/tty/serial/dz.c 		dport->port.ignore_status_mask |= DZ_FERR | DZ_PERR;