Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/rzg/
H A Dbl2_plat_setup.c316 static uint32_t reason = RCAR_COLD_BOOT; in is_ddr_backup_mode()
331 return RCAR_COLD_BOOT; in is_ddr_backup_mode()
346 if (is_ddr_backup_mode() != RCAR_COLD_BOOT) { in bl2_plat_handle_pre_image_load()
357 *boot_kind = RCAR_COLD_BOOT; in bl2_plat_handle_pre_image_load()
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c387 static uint32_t reason = RCAR_COLD_BOOT; in is_ddr_backup_mode()
413 return RCAR_COLD_BOOT; in is_ddr_backup_mode()
511 if (is_ddr_backup_mode() == RCAR_COLD_BOOT) { in bl2_plat_handle_pre_image_load()
531 *boot_kind = RCAR_COLD_BOOT; in bl2_plat_handle_pre_image_load()
/rk3399_ARM-atf/plat/renesas/common/include/
H A Drcar_def.h286 #define RCAR_COLD_BOOT (0x00U) macro