Searched refs:onecell_idx (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/clk/
H A Dclk-npcm7xx.c141 * If this clock is exported via DT, set onecell_idx to constant
145 int onecell_idx; member in struct:npcm7xx_clk_mux_data
158 * If this clock is exported via DT, set onecell_idx to constant
162 int onecell_idx; member in struct:npcm7xx_clk_div_data
171 * If this clock is exported via DT, set onecell_idx to constant
175 int onecell_idx; member in struct:npcm7xx_clk_pll_data
445 if (pll_data->onecell_idx >= 0)
446 npcm7xx_clk_data->hws[pll_data->onecell_idx] = hw;
480 if (mux_data->onecell_idx >= 0)
481 npcm7xx_clk_data->hws[mux_data->onecell_idx]
[all...]
H A Dclk-milbeaut.c77 int onecell_idx; member in struct:m10v_clk_div_factors
85 int onecell_idx; member in struct:m10v_clk_div_fixed_data
97 int onecell_idx; member in struct:m10v_clk_mux_factors
523 if (factors->onecell_idx >= 0)
524 clk_data->hws[factors->onecell_idx] = hw;
538 if (factors->onecell_idx >= 0)
539 clk_data->hws[factors->onecell_idx] = hw;
556 if (factors->onecell_idx >= 0)
557 clk_data->hws[factors->onecell_idx] = hw;

Completed in 202 milliseconds