Searched refs:host_clk (Results 1 – 3 of 3) sorted by relevance
39 unsigned long host_clk; member312 host->host_clk = clk_get_rate(clki->clk); in ufs_versal2_init()387 if (host->host_clk) in ufs_versal2_link_startup_notify()388 ufshcd_writel(hba, host->host_clk / 1000000, DWC_UFS_REG_HCLKDIV); in ufs_versal2_link_startup_notify()
282 struct clk *host_clk; member840 err = clk_prepare_enable(tegra->host_clk); in tegra_xusb_clk_enable()877 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_enable()886 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_disable()1200 tegra->host_clk, in tegra_xusb_unpowergate_partitions()1241 tegra->host_clk, in tegra_xusb_powergate_partitions()1660 tegra->host_clk = devm_clk_get(&pdev->dev, "xusb_host"); in tegra_xusb_probe()1661 if (IS_ERR(tegra->host_clk)) { in tegra_xusb_probe()1662 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()