Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Damba-pl011.c2251 unsigned int lcr_h, ibrd, fbrd; in pl011_console_get_options() local
2268 ibrd = pl011_read(uap, REG_IBRD); in pl011_console_get_options()
2271 *baud = uap->port.uartclk * 4 / (64 * ibrd + fbrd); in pl011_console_get_options()