Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dcpu.c98 reg |= (CLR_CPURESET1+CLR_DBGRESET1+CLR_CORERESET1+CLR_CXRESET1); in remove_cpu_resets()
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dcpu.c100 CLR_CPURESET1 | CLR_DBGRESET1 | CLR_CORERESET1 | CLR_CXRESET1 | in remove_cpu_resets()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclk_rst.h404 #define CLR_CORERESET1 (1 << 17) macro