Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-tegra/
Dap.c121 if (readl(&scu->scu_ctrl) & SCU_CTRL_ENABLE) in enable_scu()
129 reg |= SCU_CTRL_ENABLE; in enable_scu()
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dscu.h24 #define SCU_CTRL_ENABLE (1 << 0) macro