Searched refs:ulcon (Results 1 – 3 of 3) sorted by relevance
1473 u32 ulcon, umcon; in s3c24xx_serial_set_termios() local1525 ulcon = S3C2410_LCON_CS5; in s3c24xx_serial_set_termios()1529 ulcon = S3C2410_LCON_CS6; in s3c24xx_serial_set_termios()1533 ulcon = S3C2410_LCON_CS7; in s3c24xx_serial_set_termios()1538 ulcon = S3C2410_LCON_CS8; in s3c24xx_serial_set_termios()1543 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM); in s3c24xx_serial_set_termios()1546 ulcon |= S3C2410_LCON_STOPB; in s3c24xx_serial_set_termios()1550 ulcon |= S3C2410_LCON_PODD; in s3c24xx_serial_set_termios()1552 ulcon |= S3C2410_LCON_PEVEN; in s3c24xx_serial_set_termios()1554 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