Searched refs:utrstat (Results 1 – 1 of 1) sorted by relevance
719 u32 utrstat; in s3c24xx_serial_rx_chars_dma() local721 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma()726 if (!(utrstat & S3C2410_UTRSTAT_TIMEOUT)) { in s3c24xx_serial_rx_chars_dma()2197 u32 ufstat, utrstat; in s3c24xx_serial_console_txrdy() local2208 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy()2209 return utrstat & S3C2410_UTRSTAT_TXE; in s3c24xx_serial_console_txrdy()