Searched refs:sg_clk (Results 1 – 2 of 2) sorted by relevance
416 sg_clk: clock-controller { label533 assigned-clocks = <&sg_clk 0>;580 assigned-clocks = <&sg_clk 0>;
2617 struct clk **sg_clk, struct clk **tmp_clk) in axidma_clk_init() argument2635 *sg_clk = devm_clk_get(&pdev->dev, "m_axi_sg_aclk"); in axidma_clk_init()2636 if (IS_ERR(*sg_clk)) in axidma_clk_init()2637 *sg_clk = NULL; in axidma_clk_init()2657 err = clk_prepare_enable(*sg_clk); in axidma_clk_init()