Home
last modified time | relevance | path

Searched refs:S3C2410_UTRSTAT_TXE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-s3c24xx/
Dsleep.S79 tst r14, #S3C2410_UTRSTAT_TXE
/linux-4.1.27/include/linux/
Dserial_s3c.h184 #define S3C2410_UTRSTAT_TXE (1<<2) macro
/linux-4.1.27/drivers/tty/serial/
Dsamsung.c110 return rd_regl(port, S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE; in s3c24xx_serial_txempty_nofifo()
1985 return (utrstat & S3C2410_UTRSTAT_TXE) ? 1 : 0; in s3c24xx_serial_console_txrdy()