Searched refs:S3C2410_UERSTAT_OVERRUN (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dserial_s3c.h175 #define S3C2410_UERSTAT_OVERRUN (1<<0) macro
180 #define S3C2410_UERSTAT_ANY (S3C2410_UERSTAT_OVERRUN | \
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c823 if (uerstat & S3C2410_UERSTAT_OVERRUN)
833 S3C2410_UERSTAT_OVERRUN))
840 uart_insert_char(port, uerstat, S3C2410_UERSTAT_OVERRUN,
1600 port->read_status_mask = S3C2410_UERSTAT_OVERRUN;
1609 port->ignore_status_mask |= S3C2410_UERSTAT_OVERRUN;

Completed in 356 milliseconds