Searched refs:BM_COLD (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | mrc.c | 43 { 0x0101, BM_COLD | BM_FAST | BM_WARM | BM_S3, clear_self_refresh }, 44 { 0x0200, BM_COLD | BM_FAST | BM_WARM | BM_S3, prog_ddr_timing_control }, 45 { 0x0103, BM_COLD | BM_FAST , prog_decode_before_jedec }, 46 { 0x0104, BM_COLD | BM_FAST , perform_ddr_reset }, 47 { 0x0300, BM_COLD | BM_FAST | BM_S3, ddrphy_init }, 48 { 0x0400, BM_COLD | BM_FAST , perform_jedec_init }, 49 { 0x0105, BM_COLD | BM_FAST , set_ddr_init_complete }, 51 { 0x0106, BM_COLD , default_timings }, 52 { 0x0500, BM_COLD , rcvn_cal }, 160 if (mrc_params->boot_mode != BM_COLD) { in mrc_mem_init() [all …]
|
H A D | dram.c | 57 mrc_params->boot_mode = BM_COLD; in mrc_configure_params() 61 mrc_params->boot_mode = BM_COLD; in mrc_configure_params()
|
H A D | smc.c | 2318 if (mrc_params->boot_mode == BM_COLD) { in enable_scrambling()
|
/openbmc/u-boot/arch/x86/include/asm/arch-quark/ |
H A D | mrc.h | 90 BM_COLD = 1, /* full training */ enumerator
|