Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/soc/tegra/
Dflowctrl.c93 reg &= ~TEGRA30_FLOW_CTRL_CSR_WFI_BITMAP; in flowctrl_cpu_suspend_enter()
147 reg &= ~TEGRA30_FLOW_CTRL_CSR_WFI_BITMAP; in flowctrl_cpu_suspend_exit()
/linux-6.6.21/include/soc/tegra/
Dflowctrl.h40 #define TEGRA30_FLOW_CTRL_CSR_WFI_BITMAP (0xF << 8) macro