Home
last modified time | relevance | path

Searched refs:DZ_FERR (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/
A Ddz.c198 if (unlikely(status & (DZ_OERR | DZ_FERR | DZ_PERR))) { in dz_receive_chars()
207 status |= (status & DZ_FERR) >> in dz_receive_chars()
208 (ffs(DZ_FERR) - ffs(DZ_BREAK)); in dz_receive_chars()
209 status &= ~DZ_FERR; in dz_receive_chars()
217 } else if (status & DZ_FERR) in dz_receive_chars()
227 else if (status & DZ_FERR) in dz_receive_chars()
619 dport->port.read_status_mask |= DZ_FERR | DZ_PERR; in dz_set_termios()
628 dport->port.ignore_status_mask |= DZ_FERR | DZ_PERR; in dz_set_termios()
A Ddz.h34 #define DZ_FERR 0x2000 /* Frame error indicator */ macro

Completed in 5 milliseconds