Home
last modified time | relevance | path

Searched refs:host_clk (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-tegra.c237 struct clk *host_clk; member
731 err = clk_prepare_enable(tegra->host_clk); in tegra_xusb_clk_enable()
768 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_enable()
777 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_disable()
1355 tegra->host_clk = devm_clk_get(&pdev->dev, "xusb_host"); in tegra_xusb_probe()
1356 if (IS_ERR(tegra->host_clk)) { in tegra_xusb_probe()
1357 err = PTR_ERR(tegra->host_clk); in tegra_xusb_probe()
1446 tegra->host_clk, in tegra_xusb_probe()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-tegra.c745 unsigned long host_clk; in tegra_sdhci_set_clock() local
762 host_clk = tegra_host->ddr_signaling ? clock * 2 : clock; in tegra_sdhci_set_clock()
763 clk_set_rate(pltfm_host->clk, host_clk); in tegra_sdhci_set_clock()
766 host->max_clk = host_clk; in tegra_sdhci_set_clock()