Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/tegra/
Dflowctrl.c81 reg &= ~TEGRA20_FLOW_CTRL_CSR_WFE_BITMAP; in flowctrl_cpu_suspend_enter()
122 reg &= ~TEGRA20_FLOW_CTRL_CSR_WFE_BITMAP; in flowctrl_cpu_suspend_exit()
/Linux-v5.4/include/soc/tegra/
Dflowctrl.h35 #define TEGRA20_FLOW_CTRL_CSR_WFE_BITMAP (3 << 4) macro