Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsamsung_tty.c1013 unsigned int umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_mctrl() local
1017 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() local
1640 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()