Searched refs:host_clk (Results 1 – 2 of 2) sorted by relevance
237 struct clk *host_clk; member724 err = clk_prepare_enable(tegra->host_clk); in tegra_xusb_clk_enable()761 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_enable()770 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_disable()1348 tegra->host_clk = devm_clk_get(&pdev->dev, "xusb_host"); in tegra_xusb_probe()1349 if (IS_ERR(tegra->host_clk)) { in tegra_xusb_probe()1350 err = PTR_ERR(tegra->host_clk); in tegra_xusb_probe()1439 tegra->host_clk, in tegra_xusb_probe()
757 unsigned long host_clk; in tegra_sdhci_set_clock() local774 host_clk = tegra_host->ddr_signaling ? clock * 2 : clock; in tegra_sdhci_set_clock()775 clk_set_rate(pltfm_host->clk, host_clk); in tegra_sdhci_set_clock()776 tegra_host->curr_clk_rate = host_clk; in tegra_sdhci_set_clock()778 host->max_clk = host_clk; in tegra_sdhci_set_clock()