Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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.3-rc2/arch/arm/include/debug/
A Dsamsung.S54 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
78 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
/linux-6.3-rc2/arch/arm/mach-s3c/
A Dmach-crag6410.c74 #define UFCON (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE)
/linux-6.3-rc2/drivers/tty/serial/
A Dsamsung_tty.c987 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