Home
last modified time | relevance | path

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

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