Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds