Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-tegra.c208 unsigned long host_clk; in tegra_sdhci_set_clock() local
225 host_clk = tegra_host->ddr_signaling ? clock * 2 : clock; in tegra_sdhci_set_clock()
226 clk_set_rate(pltfm_host->clk, host_clk); in tegra_sdhci_set_clock()
228 host->max_clk = host_clk; in tegra_sdhci_set_clock()
/Linux-v4.19/drivers/usb/host/
Dxhci-tegra.c184 struct clk *host_clk; member
675 err = clk_prepare_enable(tegra->host_clk); in tegra_xusb_clk_enable()
712 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_enable()
721 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_disable()
978 tegra->host_clk = devm_clk_get(&pdev->dev, "xusb_host"); in tegra_xusb_probe()
979 if (IS_ERR(tegra->host_clk)) { in tegra_xusb_probe()
980 err = PTR_ERR(tegra->host_clk); in tegra_xusb_probe()
1069 tegra->host_clk, in tegra_xusb_probe()