Lines Matching refs:list
474 const struct samsung_cpu_clock *list, unsigned int nr_clk)
480 for (idx = 0; idx < nr_clk; idx++, list++) {
482 for (num_cfgs = 0; list->cfg[num_cfgs].prate != 0; )
485 exynos_register_cpu_clock(ctx, list->id, list->name, hws[list->parent_id],
486 hws[list->alt_parent_id], list->offset, list->cfg, num_cfgs,
487 list->flags);