Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/soc/tegra/
Dflowctrl.c91 reg &= ~TEGRA30_FLOW_CTRL_CSR_WFE_BITMAP; in flowctrl_cpu_suspend_enter()
145 reg &= ~TEGRA30_FLOW_CTRL_CSR_WFE_BITMAP; in flowctrl_cpu_suspend_exit()
/linux-5.19.10/include/soc/tegra/
Dflowctrl.h39 #define TEGRA30_FLOW_CTRL_CSR_WFE_BITMAP (0xF << 4) macro