Searched refs:clk_rates (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/mmc/host/ |
D | sdhci-s3c.c | 126 unsigned long clk_rates[MAX_BUS_CLK]; member 163 rate = ourhost->clk_rates[src]; in sdhci_s3c_get_max_clk() 197 rate = ourhost->clk_rates[src]; in sdhci_s3c_consider_clock() 264 host->max_clk = ourhost->clk_rates[best_src]; in sdhci_s3c_set_clock() 312 rate = ourhost->clk_rates[src] / 256; in sdhci_s3c_get_min_clock() 542 sc->clk_rates[ptr] = clk_get_rate(sc->clk_bus[ptr]); in sdhci_s3c_probe() 545 ptr, name, sc->clk_rates[ptr]); in sdhci_s3c_probe()
|
/Linux-v6.6/drivers/soc/tegra/ |
D | pmc.c | 273 unsigned long *clk_rates; member 713 pg->clk_rates[i] = clk_get_rate(pg->clks[i]); in tegra_powergate_prepare_clocks() 715 if (!pg->clk_rates[i]) { in tegra_powergate_prepare_clocks() 720 if (pg->clk_rates[i] <= safe_rate) in tegra_powergate_prepare_clocks() 738 clk_set_rate(pg->clks[i], pg->clk_rates[i]); in tegra_powergate_prepare_clocks() 749 err = clk_set_rate(pg->clks[i], pg->clk_rates[i]); in tegra_powergate_unprepare_clocks() 1015 pg->clk_rates = kzalloc(sizeof(*pg->clk_rates), GFP_KERNEL); in tegra_powergate_sequence_power_up() 1016 if (!pg->clk_rates) { in tegra_powergate_sequence_power_up() 1032 kfree(pg->clk_rates); in tegra_powergate_sequence_power_up() 1206 pg->clk_rates = kcalloc(count, sizeof(*pg->clk_rates), GFP_KERNEL); in tegra_powergate_of_get_clks() [all …]
|
/Linux-v6.6/drivers/tty/serial/ |
D | sh-sci.c | 129 unsigned long clk_rates[SCI_NUM_CLKS]; member 542 sci_port->clk_rates[i] = clk_get_rate(sci_port->clks[i]); in sci_port_enable() 544 sci_port->port.uartclk = sci_port->clk_rates[SCI_FCK]; in sci_port_enable() 2265 unsigned long freq = s->clk_rates[SCI_SCK]; in sci_sck_calc() 2325 unsigned long freq = s->clk_rates[SCI_FCK]; in sci_scbrr_calc() 2463 max_freq = max(max_freq, s->clk_rates[i]); in sci_set_termios() 2475 if (s->clk_rates[SCI_SCK] && port->type != PORT_SCIFA && in sci_set_termios() 2490 if (s->clk_rates[SCI_SCIF_CLK] && sci_getreg(port, SCDL)->size) { in sci_set_termios() 2491 err = sci_brg_calc(s, baud, s->clk_rates[SCI_SCIF_CLK], &dl1, in sci_set_termios() 2506 if (s->clk_rates[SCI_BRG_INT] && sci_getreg(port, SCDL)->size) { in sci_set_termios() [all …]
|