Searched refs:host_clk (Results 1 – 2 of 2) sorted by relevance
278 struct clk *host_clk; member835 err = clk_prepare_enable(tegra->host_clk); in tegra_xusb_clk_enable()872 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_enable()881 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_disable()1195 tegra->host_clk, in tegra_xusb_unpowergate_partitions()1236 tegra->host_clk, in tegra_xusb_powergate_partitions()1611 tegra->host_clk = devm_clk_get(&pdev->dev, "xusb_host"); in tegra_xusb_probe()1612 if (IS_ERR(tegra->host_clk)) { in tegra_xusb_probe()1613 err = PTR_ERR(tegra->host_clk); in tegra_xusb_probe()
753 unsigned long host_clk; in tegra_sdhci_set_clock() local771 host_clk = tegra_host->ddr_signaling ? clock * 2 : clock; in tegra_sdhci_set_clock()773 err = dev_pm_opp_set_rate(dev, host_clk); in tegra_sdhci_set_clock()776 host_clk, err); in tegra_sdhci_set_clock()780 host->max_clk = host_clk; in tegra_sdhci_set_clock()