Searched refs:ulcon (Results 1 – 3 of 3) sorted by relevance
1479 u32 ulcon, umcon; in s3c24xx_serial_set_termios() local1531 ulcon = S3C2410_LCON_CS5; in s3c24xx_serial_set_termios()1535 ulcon = S3C2410_LCON_CS6; in s3c24xx_serial_set_termios()1539 ulcon = S3C2410_LCON_CS7; in s3c24xx_serial_set_termios()1544 ulcon = S3C2410_LCON_CS8; in s3c24xx_serial_set_termios()1549 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM); in s3c24xx_serial_set_termios()1552 ulcon |= S3C2410_LCON_STOPB; in s3c24xx_serial_set_termios()1556 ulcon |= S3C2410_LCON_PODD; in s3c24xx_serial_set_termios()1558 ulcon |= S3C2410_LCON_PEVEN; in s3c24xx_serial_set_termios()1560 ulcon |= S3C2410_LCON_PNONE; in s3c24xx_serial_set_termios()[all …]
79 .ulcon = ULCON,86 .ulcon = ULCON,93 .ulcon = ULCON,100 .ulcon = ULCON,
293 unsigned long ulcon; /* value of ulcon for port */ member