Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dcpu.c92 reg |= (CLR_CPURESET0+CLR_DBGRESET0+CLR_CORERESET0+CLR_CXRESET0); in remove_cpu_resets()
97 reg |= (CLR_CPURESET0+CLR_DBGRESET0+CLR_CORERESET0+CLR_CXRESET0); in remove_cpu_resets()
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dcpu.c94 reg = CLR_CPURESET0 | CLR_DBGRESET0 | CLR_CORERESET0 | CLR_CXRESET0 | in remove_cpu_resets()
99 reg = CLR_CPURESET0 | CLR_DBGRESET0 | CLR_CORERESET0 | CLR_CXRESET0 | in remove_cpu_resets()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclk_rst.h395 #define CLR_CPURESET0 (1 << 0) macro