Searched refs:load_magic (Results 1 – 14 of 14) sorted by relevance
135 const u32 load_magic = 0xb33fc0de; in env_get_location() local138 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
453 const u32 load_magic = 0xb33fc0de; in board_boot_order() local462 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
139 const u32 load_magic = 0xb33fc0de; in env_get_location() local142 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
387 const u32 load_magic = 0xb33fc0de; in board_boot_order() local396 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
140 const u32 load_magic = 0xb33fc0de; in env_get_location() local143 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
401 const u32 load_magic = 0xb33fc0de; in board_boot_order() local410 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
148 const u32 load_magic = 0xb33fc0de; in env_get_location() local151 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
386 const u32 load_magic = 0xb33fc0de; in board_boot_order() local395 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
146 const u32 load_magic = 0xb33fc0de; in env_get_location() local149 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
384 const u32 load_magic = 0xb33fc0de; in board_boot_order() local393 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
467 const u32 load_magic = 0xb33fc0de; in board_boot_order() local476 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
157 const u32 load_magic = 0xb33fc0de; in env_get_location() local160 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
372 const u32 load_magic = 0xb33fc0de; in board_boot_order() local381 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
Completed in 20 milliseconds