Lines Matching defs:gemini_clk_data
89 static struct clk_hw_onecell_data *gemini_clk_data;
312 gemini_clk_data->hws[GEMINI_CLK_RTC] = hw;
321 gemini_clk_data->hws[GEMINI_CLK_CPU] = hw;
341 gemini_clk_data->hws[GEMINI_CLK_GATES + i] =
362 gemini_clk_data->hws[GEMINI_CLK_TVC] = hw;
366 gemini_clk_data->hws[GEMINI_CLK_PCI] = hw;
370 gemini_clk_data->hws[GEMINI_CLK_UART] = hw;
400 gemini_clk_data = kzalloc(struct_size(gemini_clk_data, hws,
403 if (!gemini_clk_data)
405 gemini_clk_data->num = GEMINI_NUM_CLKS;
412 gemini_clk_data->hws[i] = ERR_PTR(-EPROBE_DEFER);
452 gemini_clk_data->hws[GEMINI_CLK_AHB] = hw;
456 gemini_clk_data->hws[GEMINI_CLK_APB] = hw;
459 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, gemini_clk_data);