Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mach-s3c/
Dmach-crag6410.c81 .ulcon = ULCON,
88 .ulcon = ULCON,
95 .ulcon = ULCON,
102 .ulcon = ULCON,
/Linux-v6.6/drivers/tty/serial/
Dsamsung_tty.c1544 unsigned int ulcon; in s3c24xx_serial_set_termios() local
1597 ulcon = S3C2410_LCON_CS5; in s3c24xx_serial_set_termios()
1601 ulcon = S3C2410_LCON_CS6; in s3c24xx_serial_set_termios()
1605 ulcon = S3C2410_LCON_CS7; in s3c24xx_serial_set_termios()
1610 ulcon = S3C2410_LCON_CS8; in s3c24xx_serial_set_termios()
1615 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM); in s3c24xx_serial_set_termios()
1618 ulcon |= S3C2410_LCON_STOPB; in s3c24xx_serial_set_termios()
1622 ulcon |= S3C2410_LCON_PODD; in s3c24xx_serial_set_termios()
1624 ulcon |= S3C2410_LCON_PEVEN; in s3c24xx_serial_set_termios()
1626 ulcon |= S3C2410_LCON_PNONE; in s3c24xx_serial_set_termios()
[all …]
/Linux-v6.6/include/linux/
Dserial_s3c.h289 unsigned long ulcon; /* value of ulcon for port */ member