Lines Matching refs:S3C2410_UTRSTAT
244 return rd_regl(port, S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE; in s3c24xx_serial_txempty_nofifo()
728 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma()
757 wr_regl(port, S3C2410_UTRSTAT, S3C2410_UTRSTAT_TIMEOUT); in s3c24xx_serial_rx_chars_dma()
973 unsigned int pend = rd_regl(port, S3C2410_UTRSTAT); in apple_serial_handle_irq()
977 wr_regl(port, S3C2410_UTRSTAT, in apple_serial_handle_irq()
982 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_TXTHRESH); in apple_serial_handle_irq()
1229 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_shutdown()
1337 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_startup()
2100 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in s3c24xx_serial_init_port()
2397 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy()
2968 while (!(readl(port->membase + S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXFE)) in samsung_early_busyuart()