Searched refs:clk_count (Results 1 – 7 of 7) sorted by relevance
86 u64 clk_count = cvmx_read_csr(clk_reg); in octeon_init_cvmcount() local88 clk_count *= rdiv; in octeon_init_cvmcount()92 : [cnt] "+r" (clk_count) in octeon_init_cvmcount()97 write_c0_cvmcount(clk_count); in octeon_init_cvmcount()
365 unsigned int i, clk_count; in eqc_probe() local401 clk_count = data->pll_count + data->div_count + in eqc_probe()403 cells = kzalloc_flex(*cells, hws, clk_count); in eqc_probe()407 cells->num = clk_count; in eqc_probe()410 for (i = 0; i < clk_count; i++) in eqc_probe()735 unsigned int i, clk_count; in eqc_early_init() local739 clk_count = early_data->early_pll_count + early_data->early_fixed_factor_count + in eqc_early_init()741 cells = kzalloc_flex(*cells, hws, clk_count); in eqc_early_init()747 cells->num = clk_count; in eqc_early_init()756 for (i = 0; i < clk_count; i++) in eqc_early_init()
79 unsigned int clk_count; member248 par->clk_count = of_clk_get_parent_count(np); in simplefb_clocks_get()249 if (!par->clk_count) in simplefb_clocks_get()252 par->clks = kzalloc_objs(struct clk *, par->clk_count); in simplefb_clocks_get()256 for (i = 0; i < par->clk_count; i++) { in simplefb_clocks_get()281 for (i = 0; i < par->clk_count; i++) { in simplefb_clocks_enable()303 for (i = 0; i < par->clk_count; i++) { in simplefb_clocks_destroy()
97 return !WARN_ON(opp_table->clk_count > 1); in assert_single_clk()106 return opp_table->clk_count > index; in assert_clk_index()224 if (IS_ERR_OR_NULL(opp) || index >= opp->opp_table->clk_count) { in dev_pm_opp_get_freq_indexed()1097 for (i = opp_table->clk_count - 1; i >= 0; i--) { in dev_pm_opp_config_clks_simple()1106 for (i = 0; i < opp_table->clk_count; i++) { in dev_pm_opp_config_clks_simple()1601 opp_table->clk_count = 1; in _update_opp_table_clk()1618 opp_table->clk_count = 1; in _update_opp_table_clk()1911 clk_size = sizeof(*opp->rates) * opp_table->clk_count; in _opp_allocate()1925 opp->bandwidth = (struct dev_pm_opp_icc_bw *)(opp->rates + opp_table->clk_count); in _opp_allocate()1964 for (i = 0; i < opp_table->clk_count; i++) { in _opp_compare_rate()[all …]
237 int clk_count; member
733 if (opp_table->clk_count != count) { in _read_rate()735 __func__, count, opp_table->clk_count); in _read_rate()
71 unsigned int clk_count; member544 data->clk_count = 0; in mtk8250_probe()