Home
last modified time | relevance | path

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

/board/renesas/stout/
A Dstout.c132 const u32 load_magic = 0xb33fc0de; in env_get_location() local
135 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dstout_spl.c452 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
461 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/board/renesas/alt/
A Dalt.c136 const u32 load_magic = 0xb33fc0de; in env_get_location() local
139 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dalt_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()
/board/renesas/silk/
A Dsilk.c137 const u32 load_magic = 0xb33fc0de; in env_get_location() local
140 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dsilk_spl.c400 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
409 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/board/renesas/gose/
A Dgose.c144 const u32 load_magic = 0xb33fc0de; in env_get_location() local
147 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dgose_spl.c383 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
392 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/board/renesas/koelsch/
A Dkoelsch.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 Dkoelsch_spl.c385 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
394 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/board/renesas/porter/
A Dporter.c144 const u32 load_magic = 0xb33fc0de; in env_get_location() local
147 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dporter_spl.c466 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
475 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
/board/renesas/lager/
A Dlager.c154 const u32 load_magic = 0xb33fc0de; in env_get_location() local
157 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
A Dlager_spl.c371 const u32 load_magic = 0xb33fc0de; in board_boot_order() local
380 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()

Completed in 28 milliseconds