Searched refs:icc_units_to_bps (Results 1 – 9 of 9) sorted by relevance
40 sum_bw = icc_units_to_bps(agg_avg); in qcom_icc_set()41 max_peak_bw = icc_units_to_bps(agg_peak); in qcom_icc_set()
185 rate = icc_units_to_bps(rate); in qcom_osm_l3_set()
600 sum_bw = icc_units_to_bps(agg_avg); in msm8974_icc_set()601 max_peak_bw = icc_units_to_bps(agg_peak); in msm8974_icc_set()
749 sum_bw = icc_units_to_bps(agg_avg); in qcom_icc_set()750 max_peak_bw = icc_units_to_bps(agg_peak); in qcom_icc_set()
12 #define icc_units_to_bps(bw) ((bw) * 1000ULL) macro
826 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set()827 unsigned long long avg_bw = icc_units_to_bps(dst->avg_bw); in emc_icc_set()
1319 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set()1320 unsigned long long avg_bw = icc_units_to_bps(dst->avg_bw); in emc_icc_set()
1404 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set()1405 unsigned long long avg_bw = icc_units_to_bps(dst->avg_bw); in emc_icc_set()
1295 u64 peak_bandwidth = icc_units_to_bps(src->peak_bw); in tegra30_mc_icc_set()