Searched refs:opp_count (Results 1 – 10 of 10) sorted by relevance
335 int i, opp_count; in imx8m_ddrc_check_opps() local338 opp_count = dev_pm_opp_get_opp_count(dev); in imx8m_ddrc_check_opps()339 if (opp_count < 0) in imx8m_ddrc_check_opps()340 return opp_count; in imx8m_ddrc_check_opps()341 for (i = 0, freq = 0; i < opp_count; ++i, ++freq) { in imx8m_ddrc_check_opps()
165 int opp_count; member294 for (i = dmc->opp_count - 1; i >= 0; i--) in find_target_freq_idx()354 dmc->opp_count = dev_pm_opp_get_opp_count(dev); in exynos5_init_freq_table()356 dmc->opp = devm_kmalloc_array(dev, dmc->opp_count, in exynos5_init_freq_table()361 idx = dmc->opp_count - 1; in exynos5_init_freq_table()362 for (i = 0, freq = ULONG_MAX; i < dmc->opp_count; i++, freq--) { in exynos5_init_freq_table()421 for (idx = dmc->opp_count - 1; idx >= 0; idx--) in exynos5_dram_change_timings()1020 aligned_freq = dmc->opp[dmc->opp_count - 1].freq_hz; in exynos5_dmc_align_init_freq()1221 for (idx = 0; idx < dmc->opp_count; idx++) { in of_get_dram_timings()
178 optc1->opp_count = 1; in optc2_set_odm_bypass()217 optc1->opp_count = opp_cnt; in optc2_set_odm_combine()426 (h_blank_start - 200 - 1) / optc1->opp_count, in optc2_lock_doublebuffer_enable()
215 optc1->opp_count = 1; in optc3_set_odm_bypass()271 optc1->opp_count = opp_cnt; in optc3_set_odm_combine()
305 u8 opp_count; member633 if (!buf.opp_count) in scpi_dvfs_get_info()640 info->count = buf.opp_count; in scpi_dvfs_get_info()
1118 unsigned int opp_count = 1; in get_odm_config() local1132 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst; in get_odm_config()1133 opp_count++; in get_odm_config()1136 return opp_count; in get_odm_config()
408 unsigned int opp_count = 1; in get_odm_config() local422 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst; in get_odm_config()423 opp_count++; in get_odm_config()426 return opp_count; in get_odm_config()
109 optc1->opp_count = opp_cnt; in optc35_set_odm_combine()
714 pub fn opp_count(&self) -> Result<u32> { in opp_count() method
2162 int opp_count = dc->res_pool->res_cap->num_opp; in hwss_wait_for_outstanding_hw_updates() local2187 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) { in hwss_wait_for_outstanding_hw_updates()