Lines Matching defs:bpmp
13 #include <soc/tegra/bpmp.h>
22 struct tegra_bpmp *bpmp;
172 err = tegra_bpmp_transfer(emc->bpmp, &msg);
328 emc->bpmp = tegra_bpmp_get(&pdev->dev);
329 if (IS_ERR(emc->bpmp))
330 return dev_err_probe(&pdev->dev, PTR_ERR(emc->bpmp), "failed to get BPMP\n");
342 if (tegra_bpmp_mrq_is_supported(emc->bpmp, MRQ_EMC_DVFS_LATENCY)) {
349 if (tegra_bpmp_mrq_is_supported(emc->bpmp, MRQ_BWMGR_INT)) {
355 * DT node in the mc->bpmp and use it in MC's icc_set hook.
357 mc->bpmp = emc->bpmp;
369 mc->bpmp = NULL;
377 tegra_bpmp_put(emc->bpmp);
388 mc->bpmp = NULL;
389 tegra_bpmp_put(emc->bpmp);