Searched refs:umcon (Results 1 – 6 of 6) sorted by relevance
54 save->umcon = __raw_readl(regs + S3C2410_UMCON); in s3c_pm_save_uarts()74 __raw_writel(save->umcon, regs + S3C2410_UMCON); in s3c_pm_restore_uarts()
23 unsigned int umcon; member
32 u32 umcon; member
945 unsigned int umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_mctrl() local948 umcon |= S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()950 umcon &= ~S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()952 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_mctrl()1387 unsigned int umcon; in s3c24xx_serial_set_termios() local1482 umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_termios()1484 umcon |= S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1486 umcon &= ~S3C2412_UMCON_AFC_8; in s3c24xx_serial_set_termios()1489 umcon &= ~S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1491 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_termios()
67 writel(0, &uart->umcon); in s5p_serial_init()