Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-tegra/tegra114/
Dcpu.c83 reg = readl(&clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
84 writel((reg | CLR_NONCPURESET), &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
91 reg = readl(&clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
93 writel(reg, &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dcpu.c90 writel(reg, &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
96 writel(reg, &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dclk_rst.h151 uint crc_rst_cpulp_cmplx_clr; /* _RST_CPULP_CMPLX_CLR_0, 0x45C */ member