Searched refs:utrstat (Results 1 – 3 of 3) sorted by relevance
24 unsigned int utrstat; member
670 unsigned int utrstat, received; in s3c24xx_serial_rx_chars_dma() local679 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma()684 if (!(utrstat & S3C2410_UTRSTAT_TIMEOUT)) { in s3c24xx_serial_rx_chars_dma()2183 unsigned long ufstat, utrstat; in s3c24xx_serial_console_txrdy() local2194 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy()2195 return (utrstat & S3C2410_UTRSTAT_TXE) ? 1 : 0; in s3c24xx_serial_console_txrdy()