Searched refs:axg_hw_onecell_data (Results 1 – 1 of 1) sorted by relevance
1023 static struct clk_hw_onecell_data axg_hw_onecell_data = { variable1221 for (i = 0; i < axg_hw_onecell_data.num; i++) { in axg_clkc_probe()1223 if (!axg_hw_onecell_data.hws[i]) in axg_clkc_probe()1226 ret = devm_clk_hw_register(dev, axg_hw_onecell_data.hws[i]); in axg_clkc_probe()1234 &axg_hw_onecell_data); in axg_clkc_probe()