Searched refs:ulcon (Results 1 – 6 of 6) sorted by relevance
1543 unsigned int ulcon; in s3c24xx_serial_set_termios() local1596 ulcon = S3C2410_LCON_CS5; in s3c24xx_serial_set_termios()1600 ulcon = S3C2410_LCON_CS6; in s3c24xx_serial_set_termios()1604 ulcon = S3C2410_LCON_CS7; in s3c24xx_serial_set_termios()1609 ulcon = S3C2410_LCON_CS8; in s3c24xx_serial_set_termios()1614 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM); in s3c24xx_serial_set_termios()1617 ulcon |= S3C2410_LCON_STOPB; in s3c24xx_serial_set_termios()1621 ulcon |= S3C2410_LCON_PODD; in s3c24xx_serial_set_termios()1623 ulcon |= S3C2410_LCON_PEVEN; in s3c24xx_serial_set_termios()1625 ulcon |= S3C2410_LCON_PNONE; in s3c24xx_serial_set_termios()[all …]
81 .ulcon = ULCON,88 .ulcon = ULCON,95 .ulcon = ULCON,102 .ulcon = ULCON,
19 unsigned int ulcon; member
289 unsigned long ulcon; /* value of ulcon for port */ member
68 writel(0x3, &uart->ulcon); in s5p_serial_init()