Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra114/
H A Dcpu.c84 reg = readl(&clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
85 writel((reg | CLR_NONCPURESET), &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
92 reg = readl(&clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
94 writel(reg, &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/
H A Dcpu.c91 writel(reg, &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
97 writel(reg, &clkrst->crc_rst_cpulp_cmplx_clr); in remove_cpu_resets()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclk_rst.h152 uint crc_rst_cpulp_cmplx_clr; /* _RST_CPULP_CMPLX_CLR_0, 0x45C */ member