Searched refs:peak_bandwidth (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/net/ipa/data/ |
H A D | ipa_data-v4.2.c | 351 .peak_bandwidth = 465000, /* 465 MBps */ 357 .peak_bandwidth = 68570, /* 68.570 MBps */ 362 .peak_bandwidth = 30000, /* 30 MBps */
|
H A D | ipa_data-v4.7.c | 371 .peak_bandwidth = 600000, /* 600 MBps */ 377 .peak_bandwidth = 450000, /* 450 MBps */ 382 .peak_bandwidth = 171400, /* 171.4 MBps */
|
H A D | ipa_data-v3.5.1.c | 385 .peak_bandwidth = 600000, /* 600 MBps */ 391 .peak_bandwidth = 350000, /* 350 MBps */ 396 .peak_bandwidth = 40000, /* 40 MBps */
|
H A D | ipa_data-v4.5.c | 429 .peak_bandwidth = 600000, /* 600 MBps */ 435 .peak_bandwidth = 450000, /* 450 MBps */ 440 .peak_bandwidth = 171400, /* 171.4 MBps */
|
H A D | ipa_data-v3.1.c | 504 .peak_bandwidth = 640000, /* 640 MBps */ 509 .peak_bandwidth = 640000, /* 640 MBps */ 515 .peak_bandwidth = 80000, /* 80 MBps */
|
H A D | ipa_data-v4.11.c | 378 .peak_bandwidth = 600000, /* 600 MBps */ 384 .peak_bandwidth = 74000, /* 74 MBps */
|
H A D | ipa_data-v5.0.c | 453 .peak_bandwidth = 1900000, /* 1.9 GBps */ 459 .peak_bandwidth = 76800, /* 76.8 MBps */
|
H A D | ipa_data-v4.9.c | 427 .peak_bandwidth = 600000, /* 600 MBps */ 433 .peak_bandwidth = 74000, /* 74 MBps */
|
H A D | ipa_data-v5.5.c | 459 .peak_bandwidth = 1900000, /* 1.9 GBps */ 465 .peak_bandwidth = 76800, /* 76.8 MBps */
|
/linux/drivers/net/ipa/ |
H A D | ipa_data.h | 203 u32 peak_bandwidth; member
|
H A D | ipa_power.c | 67 interconnect->peak_bw = data->peak_bandwidth; in ipa_interconnect_init()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | plane.c | 232 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/memory/tegra/ |
H A D | tegra30.c | 1295 u64 peak_bandwidth = icc_units_to_bps(src->peak_bw); in tegra30_mc_icc_set() local 1309 do_div(peak_bandwidth, 1000000); in tegra30_mc_icc_set() 1311 tegra30_mc_tune_client_latency(mc, client, peak_bandwidth); in tegra30_mc_icc_set()
|