Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dcpu.c99 reg |= (CLR_CPURESET2+CLR_DBGRESET2+CLR_CORERESET2+CLR_CXRESET2); in remove_cpu_resets()
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dcpu.c101 CLR_CPURESET2 | CLR_DBGRESET2 | CLR_CORERESET2 | CLR_CXRESET2 | in remove_cpu_resets()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclk_rst.h401 #define CLR_DBGRESET2 (1 << 14) macro