Searched refs:load_magic (Results 1 – 14 of 14) sorted by relevance
132 const u32 load_magic = 0xb33fc0de; in env_get_location() local135 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
452 const u32 load_magic = 0xb33fc0de; in board_boot_order() local461 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
136 const u32 load_magic = 0xb33fc0de; in env_get_location() local139 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()
137 const u32 load_magic = 0xb33fc0de; in env_get_location() local140 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
400 const u32 load_magic = 0xb33fc0de; in board_boot_order() local409 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
144 const u32 load_magic = 0xb33fc0de; in env_get_location() local147 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
383 const u32 load_magic = 0xb33fc0de; in board_boot_order() local392 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()
385 const u32 load_magic = 0xb33fc0de; in board_boot_order() local394 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
466 const u32 load_magic = 0xb33fc0de; in board_boot_order() local475 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
154 const u32 load_magic = 0xb33fc0de; in env_get_location() local157 if ((readl(CONFIG_SPL_TEXT_BASE + 0x24) == load_magic) && in env_get_location()
371 const u32 load_magic = 0xb33fc0de; in board_boot_order() local380 while (readl(CONFIG_SPL_TEXT_BASE + 0x24) != load_magic) in board_boot_order()
Completed in 28 milliseconds