Searched refs:umcon (Results 1 – 3 of 3) sorted by relevance
70 save->umcon = __raw_readl(regs + S3C2410_UMCON); in s3c_pm_save_uarts()90 __raw_writel(save->umcon, regs + S3C2410_UMCON); in s3c_pm_restore_uarts()
56 u32 umcon; member
827 unsigned int umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_mctrl() local830 umcon |= S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()832 umcon &= ~S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()834 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_mctrl()1277 unsigned int umcon; in s3c24xx_serial_set_termios() local1368 umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_termios()1370 umcon |= S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1372 umcon &= ~S3C2412_UMCON_AFC_8; in s3c24xx_serial_set_termios()1374 umcon &= ~S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1376 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_termios()