Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsamsung_tty.c2397 unsigned int ubrdiv; in s3c24xx_serial_get_options() local
2404 ubrdiv = rd_regl(port, S3C2410_UBRDIV); in s3c24xx_serial_get_options()
2448 *baud = rate / (16 * (ubrdiv + 1)); in s3c24xx_serial_get_options()