Searched refs:ufstat (Results 1 – 1 of 1) sorted by relevance
595 s3c24xx_serial_rx_fifocnt(const struct s3c24xx_uart_port *ourport, u32 ufstat) in s3c24xx_serial_rx_fifocnt() argument 599 if (ufstat & info->rx_fifofull) in s3c24xx_serial_rx_fifocnt() 602 return (ufstat & info->rx_fifomask) >> info->rx_fifoshift; in s3c24xx_serial_rx_fifocnt() 765 u32 ufcon, ufstat, uerstat; in s3c24xx_serial_rx_drain_fifo() local 774 ufstat = rd_regl(port, S3C2410_UFSTAT); in s3c24xx_serial_rx_drain_fifo() 775 fifocnt = s3c24xx_serial_rx_fifocnt(ourport, ufstat); in s3c24xx_serial_rx_drain_fifo() 987 u32 ufstat = rd_regl(port, S3C2410_UFSTAT); in s3c24xx_serial_tx_empty() local 991 if ((ufstat & info->tx_fifomask) || in s3c24xx_serial_tx_empty() 992 (ufstat & info->tx_fifofull)) in s3c24xx_serial_tx_empty() 2199 u32 ufstat, utrsta in s3c24xx_serial_console_txrdy() local 2230 u32 ufstat; s3c24xx_serial_get_poll_char() local 2765 u32 ch, ufstat; samsung_early_read() local [all...]