Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/tegra/
H A Dbpmp.h109 #define TEGRA_BPMP_MESSAGE_RESET BIT(0) macro
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp.c332 if (msg->flags & TEGRA_BPMP_MESSAGE_RESET) in tegra_bpmp_transfer_atomic()
379 if (msg->flags & TEGRA_BPMP_MESSAGE_RESET) in tegra_bpmp_transfer()
/openbmc/linux/drivers/memory/tegra/
H A Dtegra234.c991 msg.flags = TEGRA_BPMP_MESSAGE_RESET; in tegra234_mc_icc_set()