Searched refs:udivslot (Results 1 – 3 of 3) sorted by relevance
58 save->udivslot = __raw_readl(regs + S3C2443_DIVSLOT); in s3c_pm_save_uarts()78 __raw_writel(save->udivslot, regs + S3C2443_DIVSLOT); in s3c_pm_restore_uarts()
34 u32 udivslot; member
1557 unsigned int udivslot = 0; in s3c24xx_serial_set_termios() local1596 udivslot = (div & 15); in s3c24xx_serial_set_termios()1597 dev_dbg(port->dev, "fracval = %04x\n", udivslot); in s3c24xx_serial_set_termios()1599 udivslot = udivslot_table[div & 15]; in s3c24xx_serial_set_termios()1601 udivslot, div & 15); in s3c24xx_serial_set_termios()1644 ulcon, quot, udivslot); in s3c24xx_serial_set_termios()1663 wr_regl(port, S3C2443_DIVSLOT, udivslot); in s3c24xx_serial_set_termios()
Completed in 14 milliseconds