Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/plat-samsung/
Dpm-debug.c67 save->ulcon = __raw_readl(regs + S3C2410_ULCON); in s3c_pm_save_uarts()
87 __raw_writel(save->ulcon, regs + S3C2410_ULCON); in s3c_pm_restore_uarts()
/Linux-v4.19/include/linux/
Dserial_s3c.h21 #define S3C2410_ULCON (0x00) macro
/Linux-v4.19/drivers/tty/serial/
Dsamsung.c1365 wr_regl(port, S3C2410_ULCON, ulcon); in s3c24xx_serial_set_termios()
1382 rd_regl(port, S3C2410_ULCON), in s3c24xx_serial_set_termios()
2089 ulcon = rd_regl(port, S3C2410_ULCON); in s3c24xx_serial_get_options()