Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-samsung/
Dpm-debug.c71 save->ulcon = __raw_readl(regs + S3C2410_ULCON); in s3c_pm_save_uarts()
91 __raw_writel(save->ulcon, regs + S3C2410_ULCON); in s3c_pm_restore_uarts()
/linux-4.4.14/include/linux/
Dserial_s3c.h34 #define S3C2410_ULCON (0x00) macro
/linux-4.4.14/drivers/tty/serial/
Dsamsung.c1331 wr_regl(port, S3C2410_ULCON, ulcon); in s3c24xx_serial_set_termios()
1348 rd_regl(port, S3C2410_ULCON), in s3c24xx_serial_set_termios()
2040 ulcon = rd_regl(port, S3C2410_ULCON); in s3c24xx_serial_get_options()