Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/plat-samsung/
Dpm-debug.c71 save->ubrdiv = __raw_readl(regs + S3C2410_UBRDIV); in s3c_pm_save_uarts()
91 __raw_writel(save->ubrdiv, regs + S3C2410_UBRDIV); in s3c_pm_restore_uarts()
/Linux-v4.19/include/linux/
Dserial_s3c.h25 #define S3C2410_UBRDIV (0x28) macro
/Linux-v4.19/drivers/tty/serial/
Dsamsung.c1366 wr_regl(port, S3C2410_UBRDIV, quot); in s3c24xx_serial_set_termios()
2091 ubrdiv = rd_regl(port, S3C2410_UBRDIV); in s3c24xx_serial_get_options()