Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dcpu.c100 reg |= (CLR_CPURESET3+CLR_DBGRESET3+CLR_CORERESET3+CLR_CXRESET3); in remove_cpu_resets()
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dcpu.c102 CLR_CPURESET3 | CLR_DBGRESET3 | CLR_CORERESET3 | CLR_CXRESET3 | in remove_cpu_resets()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclk_rst.h406 #define CLR_CORERESET3 (1 << 19) macro