Searched refs:umcon (Results 1 – 1 of 1) sorted by relevance
1013 unsigned int umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_mctrl() local1017 umcon |= S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()1019 umcon &= ~S3C2410_UMCOM_RTS_LOW; in s3c24xx_serial_set_mctrl()1021 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_mctrl()1545 unsigned int umcon; in s3c24xx_serial_set_termios() local1640 umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_termios()1642 umcon |= S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1644 umcon &= ~S3C2412_UMCON_AFC_8; in s3c24xx_serial_set_termios()1647 umcon &= ~S3C2410_UMCOM_AFC; in s3c24xx_serial_set_termios()1649 wr_regl(port, S3C2410_UMCON, umcon); in s3c24xx_serial_set_termios()