Home
last modified time | relevance | path

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

/openbmc/linux/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()