Searched refs:ubrdiv (Results 1 – 3 of 3) sorted by relevance
75 save->ubrdiv = __raw_readl(regs + S3C2410_UBRDIV); in s3c_pm_save_uarts()81 regs, save->ulcon, save->ucon, save->ufcon, save->ubrdiv); in s3c_pm_save_uarts()95 __raw_writel(save->ubrdiv, regs + S3C2410_UBRDIV); in s3c_pm_restore_uarts()
60 u32 ubrdiv; member
2035 unsigned int ubrdiv; in s3c24xx_serial_get_options() local2042 ubrdiv = rd_regl(port, S3C2410_UBRDIV); in s3c24xx_serial_get_options()2046 port, ulcon, ucon, ubrdiv); in s3c24xx_serial_get_options()2090 *baud = rate / (16 * (ubrdiv + 1)); in s3c24xx_serial_get_options()