Searched refs:real_rates (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/serial/8250/
H A D8250_bcm7271.c210 u32 real_rates[ARRAY_SIZE(brcmstb_rate_table)]; member in struct:brcmuart_priv
661 for (x = 0; x < ARRAY_SIZE(priv->real_rates); x++) {
663 priv->real_rates[x] = 0;
670 priv->real_rates[x] = priv->rate_table[x];
672 priv->real_rates[x] = clk_get_rate(priv->baud_mux_clk);
699 for (i = 0; i < ARRAY_SIZE(priv->real_rates); i++) {
700 if (priv->real_rates[i] == 0)
702 rate = priv->real_rates[i] / 16;
722 baud, priv->real_rates[i], percent / 100,
734 rate = priv->real_rates[best_inde
[all...]

Completed in 245 milliseconds