Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Damba-pl011.c2042 unsigned int lcr_h, ibrd, fbrd; in pl011_console_get_options() local
2060 fbrd = readw(uap->port.membase + UART011_FBRD); in pl011_console_get_options()
2062 *baud = uap->port.uartclk * 4 / (64 * ibrd + fbrd); in pl011_console_get_options()