Searched refs:ibrd (Results 1 – 1 of 1) sorted by relevance
2112 unsigned int lcr_h, ibrd, fbrd; in pl011_console_get_options() local2129 ibrd = readw(uap->port.membase + UART011_IBRD); in pl011_console_get_options()2132 *baud = uap->port.uartclk * 4 / (64 * ibrd + fbrd); in pl011_console_get_options()