Searched refs:fbrd (Results 1 – 1 of 1) sorted by relevance
2350 unsigned int lcr_h, ibrd, fbrd; in pl011_console_get_options() local2371 fbrd = pl011_read(uap, REG_FBRD); in pl011_console_get_options()2373 *baud = uap->port.uartclk * 4 / (64 * ibrd + fbrd); in pl011_console_get_options()