Searched refs:utrstat (Results 1 – 1 of 1) sorted by relevance
713 u32 utrstat; in s3c24xx_serial_rx_chars_dma() local715 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma()720 if (!(utrstat & S3C2410_UTRSTAT_TIMEOUT)) { in s3c24xx_serial_rx_chars_dma()2185 u32 ufstat, utrstat; in s3c24xx_serial_console_txrdy() local2196 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy()2197 return utrstat & S3C2410_UTRSTAT_TXE; in s3c24xx_serial_console_txrdy()