Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_s3c.h44 #define S3C2410_LCON_STOPB (1<<2) macro
/openbmc/linux/arch/arm/mach-s3c/
H A Dmach-crag6410.c73 #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB)
/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c1617 ulcon |= S3C2410_LCON_STOPB; in s3c24xx_serial_set_termios()