Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/arm/include/debug/
H A Dsamsung.S54 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
78 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
/linux-6.15/arch/arm/mach-s3c/
H A Dmach-crag6410.c72 #define UFCON (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE)
/linux-6.15/drivers/tty/serial/
H A Dsamsung_tty.c988 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_tx_empty()
2199 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_console_txrdy()
2740 if (readl(port->membase + S3C2410_UFCON) & S3C2410_UFCON_FIFOMODE) in samsung_early_putc()