Searched refs:clk_output (Results 1 – 1 of 1) sorted by relevance
281 struct clk *clk_output; member751 clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output); in sunxi_mmc_clk_set_phase()1208 ret = clk_prepare_enable(host->clk_output); in sunxi_mmc_enable()1233 clk_disable_unprepare(host->clk_output); in sunxi_mmc_enable()1249 clk_disable_unprepare(host->clk_output); in sunxi_mmc_disable()1288 host->clk_output = devm_clk_get(&pdev->dev, "output"); in sunxi_mmc_resource_request()1289 if (IS_ERR(host->clk_output)) { in sunxi_mmc_resource_request()1291 return PTR_ERR(host->clk_output); in sunxi_mmc_resource_request()