Searched refs:icc_units_to_bps (Results 1 – 5 of 5) sorted by relevance
12 #define icc_units_to_bps(bw) ((bw) * 1000ULL) macro
48 return clk_set_rate(qn->clk, icc_units_to_bps(src->peak_bw)); in icc_clk_set()
123 rate = icc_units_to_bps(dst->peak_bw); in qcom_osm_l3_set()
216 bw_bps = icc_units_to_bps(bw[rpm_ctx]); in qcom_icc_rpm_set()
886 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in tegra20_emc_debug_max_rate_set() 887 unsigned long long avg_bw = icc_units_to_bps(dst->avg_bw); in tegra20_emc_debug_max_rate_set()