umcon              56 arch/arm/plat-samsung/include/plat/pm-common.h 	u32	umcon;
umcon              70 arch/arm/plat-samsung/pm-debug.c 	save->umcon = __raw_readl(regs + S3C2410_UMCON);
umcon              90 arch/arm/plat-samsung/pm-debug.c 	__raw_writel(save->umcon, regs + S3C2410_UMCON);
umcon             827 drivers/tty/serial/samsung.c 	unsigned int umcon = rd_regl(port, S3C2410_UMCON);
umcon             830 drivers/tty/serial/samsung.c 		umcon |= S3C2410_UMCOM_RTS_LOW;
umcon             832 drivers/tty/serial/samsung.c 		umcon &= ~S3C2410_UMCOM_RTS_LOW;
umcon             834 drivers/tty/serial/samsung.c 	wr_regl(port, S3C2410_UMCON, umcon);
umcon            1277 drivers/tty/serial/samsung.c 	unsigned int umcon;
umcon            1370 drivers/tty/serial/samsung.c 	umcon = rd_regl(port, S3C2410_UMCON);
umcon            1372 drivers/tty/serial/samsung.c 		umcon |= S3C2410_UMCOM_AFC;
umcon            1374 drivers/tty/serial/samsung.c 		umcon &= ~S3C2412_UMCON_AFC_8;
umcon            1377 drivers/tty/serial/samsung.c 		umcon &= ~S3C2410_UMCOM_AFC;
umcon            1379 drivers/tty/serial/samsung.c 	wr_regl(port, S3C2410_UMCON, umcon);