Searched refs:mode_x_div (Results 1 – 2 of 2) sorted by relevance
49 const unsigned int mode_x_div = 16; in uniphier_serial_setbrg() local52 divisor = DIV_ROUND_CLOSEST(priv->uartclk, mode_x_div * baudrate); in uniphier_serial_setbrg()
143 const unsigned int mode_x_div = 16; in ns16550_calc_divisor() local145 return DIV_ROUND_CLOSEST(clock, mode_x_div * baudrate); in ns16550_calc_divisor()