Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsamsung.c629 unsigned int ufcon, ch, flag, ufstat, uerstat; in s3c24xx_serial_rx_chars_pio() local
642 uerstat = rd_regl(port, S3C2410_UERSTAT); in s3c24xx_serial_rx_chars_pio()
671 if (unlikely(uerstat & S3C2410_UERSTAT_ANY)) { in s3c24xx_serial_rx_chars_pio()
673 ch, uerstat); in s3c24xx_serial_rx_chars_pio()
676 if (uerstat & S3C2410_UERSTAT_BREAK) { in s3c24xx_serial_rx_chars_pio()
683 if (uerstat & S3C2410_UERSTAT_FRAME) in s3c24xx_serial_rx_chars_pio()
685 if (uerstat & S3C2410_UERSTAT_OVERRUN) in s3c24xx_serial_rx_chars_pio()
688 uerstat &= port->read_status_mask; in s3c24xx_serial_rx_chars_pio()
690 if (uerstat & S3C2410_UERSTAT_BREAK) in s3c24xx_serial_rx_chars_pio()
692 else if (uerstat & S3C2410_UERSTAT_PARITY) in s3c24xx_serial_rx_chars_pio()
[all …]