Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/plat-samsung/
Dpm-debug.c74 save->umcon = __raw_readl(regs + S3C2410_UMCON); in s3c_pm_save_uarts()
94 __raw_writel(save->umcon, regs + S3C2410_UMCON); in s3c_pm_restore_uarts()
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dpm-common.h59 u32 umcon; member
/linux-4.1.27/drivers/tty/serial/
Dsamsung.c849 unsigned int umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_mctrl() local
852 umcon |= S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()
854 umcon &= ~S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()
856 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_mctrl()
1268 unsigned int umcon; in s3c24xx_serial_set_termios() local
1359 umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_termios()
1361 umcon |= S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()
1363 umcon &= ~S3C2412_UMCON_AFC_8; in s3c24xx_serial_set_termios()
1365 umcon &= ~S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()
1367 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_termios()