Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c131 union scratch2_reg scratch2; in warmboot_save_sdram_params() local
148 scratch2.word = 0; in warmboot_save_sdram_params()
149 scratch2.osc_ctrl_xobp = clock_get_osc_bypass(); in warmboot_save_sdram_params()
158 scratch2.pllm_base_divm = divm; in warmboot_save_sdram_params()
159 scratch2.pllm_base_divn = divn; in warmboot_save_sdram_params()
160 scratch2.pllm_base_divp = divp; in warmboot_save_sdram_params()
161 scratch2.pllm_misc_cpcon = cpcon; in warmboot_save_sdram_params()
162 scratch2.pllm_misc_lfcon = lfcon; in warmboot_save_sdram_params()
165 scratch2.gp_xm2cfga_padctrl_preemp = xm2cfga.preemp_en; in warmboot_save_sdram_params()
166 scratch2.gp_xm2cfgd_padctrl_schmt = xm2cfgd.schmt_en; in warmboot_save_sdram_params()
[all …]
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_davinci.c26 raw_bootcount_store(&reg->scratch2, in bootcount_store()
36 val = raw_bootcount_load(&reg->scratch2); in bootcount_load()
/openbmc/u-boot/arch/arm/include/asm/
H A Ddavinci_rtc.h41 unsigned int scratch2; member