Searched refs:is_boot0_magic (Results 1 – 3 of 3) sorted by relevance
79 #define is_boot0_magic(addr) (memcmp((void *)addr, BOOT0_MAGIC, 8) == 0) macro
239 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in spl_boot_device()
755 if (!is_boot0_magic(SPL_ADDR + 4)) { /* eGON.BT0 */ in misc_init_r()