Home
last modified time | relevance | path

Searched refs:kBps_to_icc (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dinterconnect.h15 #define kBps_to_icc(x) (x) macro
/linux/drivers/gpu/drm/tegra/
H A Dplane.c291 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()
/linux/drivers/opp/
H A Dof.c796 new_opp->bandwidth[i].peak = kBps_to_icc(bw[i]); in _read_bw()
798 new_opp->bandwidth[i].avg = kBps_to_icc(bw[i]); in _read_bw()