Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsamsung.c549 unsigned int utrstat, ufstat, received; in s3c24xx_serial_rx_chars_dma() local
558 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma()
563 if (!(utrstat & S3C2410_UTRSTAT_TIMEOUT)) { in s3c24xx_serial_rx_chars_dma()
1997 unsigned long ufstat, utrstat; in s3c24xx_serial_console_txrdy() local
2008 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy()
2009 return (utrstat & S3C2410_UTRSTAT_TXE) ? 1 : 0; in s3c24xx_serial_console_txrdy()