Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/debug/
H A Dsamsung.S66 tst \rd, #S3C2410_UTRSTAT_TXFE
90 tst \rd, #S3C2410_UTRSTAT_TXFE
/openbmc/linux/include/linux/
H A Dserial_s3c.h172 #define S3C2410_UTRSTAT_TXFE (1<<1) macro
/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c2775 while (!(readl(port->membase + S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXFE)) in samsung_early_busyuart()