Searched refs:sg_clk (Results 1 – 2 of 2) sorted by relevance
415 sg_clk: clock { label531 assigned-clocks = <&sg_clk 0>;577 assigned-clocks = <&sg_clk 0>;
2578 struct clk **sg_clk, struct clk **tmp_clk) in axidma_clk_init() argument2596 *sg_clk = devm_clk_get(&pdev->dev, "m_axi_sg_aclk"); in axidma_clk_init()2597 if (IS_ERR(*sg_clk)) in axidma_clk_init()2598 *sg_clk = NULL; in axidma_clk_init()2618 err = clk_prepare_enable(*sg_clk); in axidma_clk_init()