Lines Matching defs:gemini_clk_data
89 static struct clk_hw_onecell_data *gemini_clk_data;
314 gemini_clk_data->hws[GEMINI_CLK_RTC] = hw;
323 gemini_clk_data->hws[GEMINI_CLK_CPU] = hw;
343 gemini_clk_data->hws[GEMINI_CLK_GATES + i] =
364 gemini_clk_data->hws[GEMINI_CLK_TVC] = hw;
368 gemini_clk_data->hws[GEMINI_CLK_PCI] = hw;
372 gemini_clk_data->hws[GEMINI_CLK_UART] = hw;
402 gemini_clk_data = kzalloc(struct_size(gemini_clk_data, hws,
405 if (!gemini_clk_data)
413 gemini_clk_data->hws[i] = ERR_PTR(-EPROBE_DEFER);
453 gemini_clk_data->hws[GEMINI_CLK_AHB] = hw;
457 gemini_clk_data->hws[GEMINI_CLK_APB] = hw;
460 gemini_clk_data->num = GEMINI_NUM_CLKS;
461 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, gemini_clk_data);