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;
722 utrstat = rd_regl(port, S3C2410_UTRSTAT);
751 wr_regl(port, S3C2410_UTRSTAT, S3C2410_UTRSTAT_TIMEOUT);
967 u32 pend = rd_regl(port, S3C2410_UTRSTAT);
971 wr_regl(port, S3C2410_UTRSTAT,
976 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_TXTHRESH);
1199 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS);
1265 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS);
1914 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS);
2204 utrstat = rd_regl(port, S3C2410_UTRSTAT);
[all...]

Completed in 157 milliseconds