Searched refs:ubrdiv (Results 1 – 3 of 3) sorted by relevance
71 save->ubrdiv = __raw_readl(regs + S3C2410_UBRDIV); in s3c_pm_save_uarts()77 regs, save->ulcon, save->ucon, save->ufcon, save->ubrdiv); in s3c_pm_save_uarts()91 __raw_writel(save->ubrdiv, regs + S3C2410_UBRDIV); in s3c_pm_restore_uarts()
57 u32 ubrdiv; member
2084 unsigned int ubrdiv; in s3c24xx_serial_get_options() local2091 ubrdiv = rd_regl(port, S3C2410_UBRDIV); in s3c24xx_serial_get_options()2095 port, ulcon, ucon, ubrdiv); in s3c24xx_serial_get_options()2139 *baud = rate / (16 * (ubrdiv + 1)); in s3c24xx_serial_get_options()