Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Duart.h22 unsigned int umcon; member
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Duart.h22 unsigned int umcon; member
/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c1012 unsigned int umcon = rd_regl(port, S3C2410_UMCON); in s3c24xx_serial_set_mctrl() local
1016 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() local
1639 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()
/openbmc/u-boot/drivers/serial/
H A Dserial_s5p.c66 writel(0, &uart->umcon); in s5p_serial_init()