Home
last modified time | relevance | path

Searched refs:gemini_clk_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-gemini.c312 gemini_clk_data->hws[GEMINI_CLK_RTC] = hw; in gemini_clk_probe()
321 gemini_clk_data->hws[GEMINI_CLK_CPU] = hw; in gemini_clk_probe()
341 gemini_clk_data->hws[GEMINI_CLK_GATES + i] = in gemini_clk_probe()
362 gemini_clk_data->hws[GEMINI_CLK_TVC] = hw; in gemini_clk_probe()
366 gemini_clk_data->hws[GEMINI_CLK_PCI] = hw; in gemini_clk_probe()
370 gemini_clk_data->hws[GEMINI_CLK_UART] = hw; in gemini_clk_probe()
400 gemini_clk_data = kzalloc(struct_size(gemini_clk_data, hws, in gemini_cc_init()
403 if (!gemini_clk_data) in gemini_cc_init()
405 gemini_clk_data->num = GEMINI_NUM_CLKS; in gemini_cc_init()
452 gemini_clk_data->hws[GEMINI_CLK_AHB] = hw; in gemini_cc_init()
[all …]