Searched refs:S3C2410_UTRSTAT (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/include/debug/
H A Dsamsung.S64 ldr \rd, [\rx, # S3C2410_UTRSTAT]
88 ldr \rd, [\rx, # S3C2410_UTRSTAT]
/linux-master/include/linux/
H A Dserial_s3c.h26 #define S3C2410_UTRSTAT (0x10) macro
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c240 return rd_regl(port, S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE;
721 utrstat = rd_regl(port, S3C2410_UTRSTAT);
750 wr_regl(port, S3C2410_UTRSTAT, S3C2410_UTRSTAT_TIMEOUT);
968 u32 pend = rd_regl(port, S3C2410_UTRSTAT);
972 wr_regl(port, S3C2410_UTRSTAT,
977 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_TXTHRESH);
1201 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS);
1267 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS);
1916 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS);
2206 utrstat = rd_regl(port, S3C2410_UTRSTAT);
[all...]

Completed in 244 milliseconds