Home
last modified time | relevance | path

Searched refs:peak_bw (Results 1 – 18 of 18) sorted by relevance

/drivers/interconnect/
Dtrace.h20 u32 avg_bw, u32 peak_bw),
22 TP_ARGS(p, n, i, avg_bw, peak_bw),
29 __field(u32, peak_bw)
39 __entry->peak_bw = peak_bw;
41 __entry->node_peak_bw = n->peak_bw;
49 __entry->peak_bw,
Dcore.c41 n->name, n->avg_bw, n->peak_bw); in icc_summary_show_one()
61 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local
68 peak_bw = r->peak_bw; in icc_summary_show()
72 dev_name(r->dev), r->tag, avg_bw, peak_bw); in icc_summary_show()
96 seq_printf(s, "\n\t\t\t|peak_bw=%ukBps", n->peak_bw); in icc_graph_show_node()
255 u32 avg_bw, peak_bw; in aggregate_requests() local
258 node->peak_bw = 0; in aggregate_requests()
266 peak_bw = r->peak_bw; in aggregate_requests()
269 peak_bw = 0; in aggregate_requests()
271 p->aggregate(node, r->tag, avg_bw, peak_bw, in aggregate_requests()
[all …]
Dinternal.h29 u32 peak_bw; member
Dbulk.c68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw); in icc_bulk_set_bw()
/drivers/interconnect/qcom/
Dicc-rpmh.c49 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate() argument
62 qn->max_peak[i] = max_t(u32, qn->max_peak[i], peak_bw); in qcom_icc_aggregate()
72 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
Dicc-rpmh.h132 u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
Dicc-rpm.c37 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
Dosm-l3.c181 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_osm_l3_set()
Dmsm8974.c597 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8974_icc_set()
Dsdm660.c746 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
/drivers/interconnect/samsung/
Dexynos.c64 s32 src_freq = max(src->avg_bw, src->peak_bw) / src_priv->bus_clk_ratio; in exynos_generic_icc_set()
65 s32 dst_freq = max(dst->avg_bw, dst->peak_bw) / dst_priv->bus_clk_ratio; in exynos_generic_icc_set()
/drivers/memory/tegra/
Dtegra30.c1295 u64 peak_bandwidth = icc_units_to_bps(src->peak_bw); in tegra30_mc_icc_set()
1317 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra30_mc_icc_aggreate() argument
1326 peak_bw = tegra_mc_scale_percents(peak_bw, 400); in tegra30_mc_icc_aggreate()
1329 *agg_peak = max(*agg_peak, peak_bw); in tegra30_mc_icc_aggreate()
Dtegra20.c374 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra20_mc_icc_aggreate() argument
383 peak_bw = tegra_mc_scale_percents(peak_bw, 300); in tegra20_mc_icc_aggreate()
386 *agg_peak = max(*agg_peak, peak_bw); in tegra20_mc_icc_aggreate()
Dtegra124.c1155 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra124_mc_icc_aggreate() argument
1164 peak_bw = tegra_mc_scale_percents(peak_bw, 400); in tegra124_mc_icc_aggreate()
1167 *agg_peak = max(*agg_peak, peak_bw); in tegra124_mc_icc_aggreate()
Dtegra20-emc.c826 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local
828 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
Dtegra124-emc.c1319 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local
1321 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
Dtegra30-emc.c1404 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local
1406 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
/drivers/interconnect/imx/
Dimx.c37 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul; in imx_icc_node_set()
41 node->avg_bw, node->peak_bw, freq); in imx_icc_node_set()