Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/tegra/
H A Dtegra186.c24 #define MC_SID_STREAMID_SECURITY_OVERRIDE BIT(8) macro
79 if ((value & MC_SID_STREAMID_SECURITY_OVERRIDE) == 0) { in tegra186_mc_client_sid_override()
94 WARN_ON((value & MC_SID_STREAMID_SECURITY_OVERRIDE) == 0); in tegra186_mc_client_sid_override()
96 value |= MC_SID_STREAMID_SECURITY_OVERRIDE; in tegra186_mc_client_sid_override()