Home
last modified time | relevance | path

Searched refs:new_divisor (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Doti6858.c444 int new_divisor; in oti6858_set_termios() local
447 new_divisor = (96000000 + 8 * br) / (16 * br); in oti6858_set_termios()
448 real_br = 96000000 / (16 * new_divisor); in oti6858_set_termios()
449 divisor = cpu_to_le16(new_divisor); in oti6858_set_termios()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Doti6858.c444 int new_divisor; in oti6858_set_termios() local
447 new_divisor = (96000000 + 8 * br) / (16 * br); in oti6858_set_termios()
448 real_br = 96000000 / (16 * new_divisor); in oti6858_set_termios()
449 divisor = cpu_to_le16(new_divisor); in oti6858_set_termios()

Completed in 3 milliseconds