Lines Matching refs:gck
46 struct clk *gck; member
176 gck_rate = clk_get_rate(priv->gck); in sdhci_at91_set_clks_presets()
222 clk_prepare_enable(priv->gck); in sdhci_at91_set_clks_presets()
256 clk_disable_unprepare(priv->gck); in sdhci_at91_runtime_suspend()
291 ret = clk_prepare_enable(priv->gck); in sdhci_at91_runtime_resume()
349 priv->gck = devm_clk_get(&pdev->dev, "multclk"); in sdhci_at91_probe()
350 if (IS_ERR(priv->gck)) { in sdhci_at91_probe()
352 ret = PTR_ERR(priv->gck); in sdhci_at91_probe()
435 clk_disable_unprepare(priv->gck); in sdhci_at91_probe()
448 struct clk *gck = priv->gck; in sdhci_at91_remove() local
458 clk_disable_unprepare(gck); in sdhci_at91_remove()