Searched refs:S3C2410_UFCON_FIFOMODE (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dserial_s3c.h119 #define S3C2410_UFCON_FIFOMODE (1<<0) macro
139 #define S3C2410_UFCON_DEFAULT (S3C2410_UFCON_FIFOMODE | \
245 #define S5PV210_UFCON_DEFAULT (S3C2410_UFCON_FIFOMODE | \
/linux-master/arch/arm/include/debug/
H A Dsamsung.S54 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
78 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c72 #define UFCON (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE)
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c989 if (ufcon & S3C2410_UFCON_FIFOMODE) {
2195 if (ufcon & S3C2410_UFCON_FIFOMODE) {
2723 if (readl(port->membase + S3C2410_UFCON) & S3C2410_UFCON_FIFOMODE)

Completed in 120 milliseconds