Searched refs:clk_output (Results 1 – 1 of 1) sorted by relevance
282 struct clk *clk_output; member755 clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output); in sunxi_mmc_clk_set_phase()1251 ret = clk_prepare_enable(host->clk_output); in sunxi_mmc_enable()1276 clk_disable_unprepare(host->clk_output); in sunxi_mmc_enable()1292 clk_disable_unprepare(host->clk_output); in sunxi_mmc_disable()1330 host->clk_output = devm_clk_get(&pdev->dev, "output"); in sunxi_mmc_resource_request()1331 if (IS_ERR(host->clk_output)) { in sunxi_mmc_resource_request()1333 return PTR_ERR(host->clk_output); in sunxi_mmc_resource_request()