Home
last modified time | relevance | path

Searched refs:load_magic (Results 1 – 14 of 14) sorted by relevance

/u-boot/board/renesas/stout/
A Dstout.c135 const u32 load_magic = 0xb33fc0de; in env_get_location() local
138 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dstout_spl.c453 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
462 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/u-boot/board/renesas/alt/
A Dalt.c139 const u32 load_magic = 0xb33fc0de; in env_get_location() local
142 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dalt_spl.c387 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
396 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/u-boot/board/renesas/silk/
A Dsilk.c140 const u32 load_magic = 0xb33fc0de; in env_get_location() local
143 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dsilk_spl.c401 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
410 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/u-boot/board/renesas/koelsch/
A Dkoelsch.c148 const u32 load_magic = 0xb33fc0de; in env_get_location() local
151 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dkoelsch_spl.c386 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
395 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/u-boot/board/renesas/gose/
A Dgose.c146 const u32 load_magic = 0xb33fc0de; in env_get_location() local
149 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dgose_spl.c384 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
393 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/u-boot/board/renesas/porter/
A Dporter.c146 const u32 load_magic = 0xb33fc0de; in env_get_location() local
149 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dporter_spl.c467 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
476 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/u-boot/board/renesas/lager/
A Dlager.c157 const u32 load_magic = 0xb33fc0de; in env_get_location() local
160 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dlager_spl.c372 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
381 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()

Completed in 20 milliseconds