Searched refs:gemini_clk_data (Results 1 – 1 of 1) sorted by relevance
87 static struct clk_hw_onecell_data *gemini_clk_data; variable313 gemini_clk_data->hws[GEMINI_CLK_RTC] = hw; in gemini_clk_probe()322 gemini_clk_data->hws[GEMINI_CLK_CPU] = hw; in gemini_clk_probe()342 gemini_clk_data->hws[GEMINI_CLK_GATES + i] = in gemini_clk_probe()363 gemini_clk_data->hws[GEMINI_CLK_TVC] = hw; in gemini_clk_probe()367 gemini_clk_data->hws[GEMINI_CLK_PCI] = hw; in gemini_clk_probe()371 gemini_clk_data->hws[GEMINI_CLK_UART] = hw; in gemini_clk_probe()401 gemini_clk_data = kzalloc(struct_size(gemini_clk_data, hws, in gemini_cc_init()404 if (!gemini_clk_data) in gemini_cc_init()406 gemini_clk_data->num = GEMINI_NUM_CLKS; in gemini_cc_init()[all …]