Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-s3c/
A Dmach-crag6410.c81 .ulcon = ULCON,
88 .ulcon = ULCON,
95 .ulcon = ULCON,
102 .ulcon = ULCON,
/linux-6.3-rc2/drivers/tty/serial/
A Dsamsung_tty.c1532 unsigned int ulcon; in s3c24xx_serial_set_termios() local
1585 ulcon = S3C2410_LCON_CS5; in s3c24xx_serial_set_termios()
1589 ulcon = S3C2410_LCON_CS6; in s3c24xx_serial_set_termios()
1593 ulcon = S3C2410_LCON_CS7; in s3c24xx_serial_set_termios()
1598 ulcon = S3C2410_LCON_CS8; in s3c24xx_serial_set_termios()
1603 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM); in s3c24xx_serial_set_termios()
1606 ulcon |= S3C2410_LCON_STOPB; in s3c24xx_serial_set_termios()
1610 ulcon |= S3C2410_LCON_PODD; in s3c24xx_serial_set_termios()
1614 ulcon |= S3C2410_LCON_PNONE; in s3c24xx_serial_set_termios()
1621 ulcon, quot, udivslot); in s3c24xx_serial_set_termios()
[all …]
/linux-6.3-rc2/include/linux/
A Dserial_s3c.h289 unsigned long ulcon; /* value of ulcon for port */ member

Completed in 11 milliseconds