Searched refs:gemini_clk_data (Results 1 – 1 of 1) sorted by relevance
87 static struct clk_hw_onecell_data *gemini_clk_data; variable310 gemini_clk_data->hws[GEMINI_CLK_RTC] = hw; in gemini_clk_probe()319 gemini_clk_data->hws[GEMINI_CLK_CPU] = hw; in gemini_clk_probe()339 gemini_clk_data->hws[GEMINI_CLK_GATES + i] = in gemini_clk_probe()360 gemini_clk_data->hws[GEMINI_CLK_TVC] = hw; in gemini_clk_probe()364 gemini_clk_data->hws[GEMINI_CLK_PCI] = hw; in gemini_clk_probe()368 gemini_clk_data->hws[GEMINI_CLK_UART] = hw; in gemini_clk_probe()398 gemini_clk_data = kzalloc(struct_size(gemini_clk_data, hws, in gemini_cc_init()401 if (!gemini_clk_data) in gemini_cc_init()403 gemini_clk_data->num = GEMINI_NUM_CLKS; in gemini_cc_init()[all …]