Searched refs:clk_arr (Results 1 – 2 of 2) sorted by relevance
30 struct s32cc_clk *s32cc_get_clk_from_table(const struct s32cc_clk_array *const *clk_arr, in s32cc_get_clk_from_table() argument38 clk = s32cc_clk_get_from_array(clk_arr[i], clk_id); in s32cc_get_clk_from_table()47 int s32cc_get_id_from_table(const struct s32cc_clk_array *const *clk_arr, in s32cc_get_id_from_table() argument54 for (j = 0; j < clk_arr[i]->n_clks; j++) { in s32cc_get_id_from_table()55 if (clk_arr[i]->clks[j] != clk) { in s32cc_get_id_from_table()59 *clk_index = S32CC_CLK(clk_arr[i]->type_mask, j); in s32cc_get_id_from_table()
11 struct s32cc_clk *s32cc_get_clk_from_table(const struct s32cc_clk_array *const *clk_arr,15 int s32cc_get_id_from_table(const struct s32cc_clk_array *const *clk_arr,