Searched refs:nr_pstates (Results 1 – 5 of 5) sorted by relevance
168 unsigned int nr_pstates; member193 if (unlikely(i >= powernv_pstate_info.nr_pstates)) { in idx_to_pstate()242 int i, nr_pstates = 0; in init_powernv_pstates() local311 nr_pstates = min(len_ids, len_freqs) / sizeof(u32); in init_powernv_pstates()312 if (!nr_pstates) { in init_powernv_pstates()317 powernv_pstate_info.nr_pstates = nr_pstates; in init_powernv_pstates()318 pr_debug("NR PStates %d\n", nr_pstates); in init_powernv_pstates()320 for (i = 0; i < nr_pstates; i++) { in init_powernv_pstates()364 if (i >= powernv_pstate_info.nr_pstates || i < 0) { in pstate_id_to_freq()
15 int nr_pstates; member
885 .nr_pstates = ARRAY_SIZE(gm20b_pstates) - 1,902 .nr_pstates = ARRAY_SIZE(gm20b_pstates),984 int nr_pstates = clk->base.base.func->nr_pstates; in gm20b_clk_init_safe_fmax() local999 for (i = 0; i < nr_pstates; i++) in gm20b_clk_init_safe_fmax()
604 .nr_pstates = ARRAY_SIZE(gk20a_pstates),623 for (i = 0; i < func->nr_pstates; i++) { in gk20a_clk_ctor()
687 for (idx = 0; idx < func->nr_pstates; idx++) in nvkm_clk_ctor()689 clk->state_nr = func->nr_pstates; in nvkm_clk_ctor()