Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsamsung_tty.c2296 u32 ulcon, ucon, ubrdiv; in s3c24xx_serial_get_options() local
2302 ubrdiv = rd_regl(port, S3C2410_UBRDIV); in s3c24xx_serial_get_options()
2346 *baud = rate / (16 * (ubrdiv + 1)); in s3c24xx_serial_get_options()