Lines Matching refs:scratch2
132 union scratch2_reg scratch2; in warmboot_save_sdram_params() local
149 scratch2.word = 0; in warmboot_save_sdram_params()
150 scratch2.osc_ctrl_xobp = clock_get_osc_bypass(); in warmboot_save_sdram_params()
159 scratch2.pllm_base_divm = divm; in warmboot_save_sdram_params()
160 scratch2.pllm_base_divn = divn; in warmboot_save_sdram_params()
161 scratch2.pllm_base_divp = divp; in warmboot_save_sdram_params()
162 scratch2.pllm_misc_cpcon = cpcon; in warmboot_save_sdram_params()
163 scratch2.pllm_misc_lfcon = lfcon; in warmboot_save_sdram_params()
166 scratch2.gp_xm2cfga_padctrl_preemp = xm2cfga.preemp_en; in warmboot_save_sdram_params()
167 scratch2.gp_xm2cfgd_padctrl_schmt = xm2cfgd.schmt_en; in warmboot_save_sdram_params()
168 scratch2.memory_type = sdram.memory_type; in warmboot_save_sdram_params()
169 writel(scratch2.word, &pmc->pmc_scratch2); in warmboot_save_sdram_params()