Searched refs:umcon (Results 1 – 4 of 4) sorted by relevance
22 unsigned int umcon; member
1012 unsigned int umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_mctrl() local1016 umcon |= S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()1018 umcon &= ~S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()1020 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_mctrl()1544 unsigned int umcon; in s3c24xx_serial_set_termios() local1639 umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_termios()1641 umcon |= S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1643 umcon &= ~S3C2412_UMCON_AFC_8; in s3c24xx_serial_set_termios()1646 umcon &= ~S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1648 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_termios()
66 writel(0, &uart->umcon); in s5p_serial_init()