Searched refs:clk_axi (Results 1 – 1 of 1) sorted by relevance
175 struct clk *clk_axi; member321 if (host->clk_axi) in mxsfb_enable_axi_clk()322 clk_prepare_enable(host->clk_axi); in mxsfb_enable_axi_clk()327 if (host->clk_axi) in mxsfb_disable_axi_clk()328 clk_disable_unprepare(host->clk_axi); in mxsfb_disable_axi_clk()916 host->clk_axi = devm_clk_get(&host->pdev->dev, "axi"); in mxsfb_probe()917 if (IS_ERR(host->clk_axi)) in mxsfb_probe()918 host->clk_axi = NULL; in mxsfb_probe()