Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Dplane.c232 u64 avg_bandwidth, peak_bandwidth; in tegra_plane_calculate_memory_bandwidth() local
276 peak_bandwidth = DIV_ROUND_UP(crtc_state->adjusted_mode.clock * bpp, 8); in tegra_plane_calculate_memory_bandwidth()
291 tegra_state->peak_memory_bandwidth = kBps_to_icc(peak_bandwidth) * mul; in tegra_plane_calculate_memory_bandwidth()
/linux/drivers/net/ipa/
H A Dipa_power.c67 interconnect->peak_bw = data->peak_bandwidth; in ipa_interconnect_init()
/linux/drivers/net/hyperv/
H A Dhyperv_net.h1698 u32 peak_bandwidth; member