Searched refs:clk_output (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dsunxi-mmc.c282 struct clk *clk_output; member in struct:sunxi_mmc_host
755 clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output);
1251 ret = clk_prepare_enable(host->clk_output);
1276 clk_disable_unprepare(host->clk_output);
1292 clk_disable_unprepare(host->clk_output);
1330 host->clk_output = devm_clk_get(&pdev->dev, "output");
1331 if (IS_ERR(host->clk_output)) {
1333 return PTR_ERR(host->clk_output);

Completed in 142 milliseconds