Searched refs:S3C2410_UFCON_FIFOMODE (Results 1 – 4 of 4) sorted by relevance
119 #define S3C2410_UFCON_FIFOMODE (1<<0) macro139 #define S3C2410_UFCON_DEFAULT (S3C2410_UFCON_FIFOMODE | \245 #define S5PV210_UFCON_DEFAULT (S3C2410_UFCON_FIFOMODE | \
54 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?78 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
74 #define UFCON (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE)
987 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_tx_empty()2288 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_console_txrdy()2779 if (readl(port->membase + S3C2410_UFCON) & S3C2410_UFCON_FIFOMODE) in samsung_early_putc()
Completed in 10 milliseconds