Searched refs:kBps_to_icc (Results 1 – 4 of 4) sorted by relevance
15 #define kBps_to_icc(x) (x) macro
291 tegra_state->peak_memory_bandwidth = kBps_to_icc(peak_bandwidth) * mul; in tegra_plane_calculate_memory_bandwidth()292 tegra_state->avg_memory_bandwidth = kBps_to_icc(avg_bandwidth) * mul; in tegra_plane_calculate_memory_bandwidth()
833 new_opp->bandwidth[i].peak = kBps_to_icc(bw[i]); in _read_bw()835 new_opp->bandwidth[i].avg = kBps_to_icc(bw[i]); in _read_bw()
1565 ret = icc_set_bw(pcie->icc_mem, 0, kBps_to_icc(1)); in qcom_pcie_suspend_noirq()