Searched refs:clk_output (Results 1 – 1 of 1) sorted by relevance
280 struct clk *clk_output; member750 clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output); in sunxi_mmc_clk_set_phase()1218 ret = clk_prepare_enable(host->clk_output); in sunxi_mmc_enable()1243 clk_disable_unprepare(host->clk_output); in sunxi_mmc_enable()1259 clk_disable_unprepare(host->clk_output); in sunxi_mmc_disable()1297 host->clk_output = devm_clk_get(&pdev->dev, "output"); in sunxi_mmc_resource_request()1298 if (IS_ERR(host->clk_output)) { in sunxi_mmc_resource_request()1300 return PTR_ERR(host->clk_output); in sunxi_mmc_resource_request()