Searched refs:ubrdiv (Results 1 – 3 of 3) sorted by relevance
55 save->ubrdiv = __raw_readl(regs + S3C2410_UBRDIV); in s3c_pm_save_uarts()61 regs, save->ulcon, save->ucon, save->ufcon, save->ubrdiv); in s3c_pm_save_uarts()75 __raw_writel(save->ubrdiv, regs + S3C2410_UBRDIV); in s3c_pm_restore_uarts()
33 u32 ubrdiv; member
2486 unsigned int ubrdiv; in s3c24xx_serial_get_options() local2493 ubrdiv = rd_regl(port, S3C2410_UBRDIV); in s3c24xx_serial_get_options()2537 *baud = rate / (16 * (ubrdiv + 1)); in s3c24xx_serial_get_options()