Searched refs:SYS_INFO_BOOT_INFO (Results 1 – 2 of 2) sorted by relevance
1021 int words_returned = rom_get_sys_info(result, 5, SYS_INFO_BOOT_INFO); in rom_get_boot_info()1022 if (words_returned == (sizeof(result)/sizeof(result[0])) && result[0] == SYS_INFO_BOOT_INFO) { in rom_get_boot_info()1032 int words_returned = rom_get_sys_info(result, 5, SYS_INFO_BOOT_INFO); in rom_get_last_boot_type_with_chained_flag()1033 if (words_returned == count_of(result) && result[0] == SYS_INFO_BOOT_INFO) { in rom_get_last_boot_type_with_chained_flag()
246 #define SYS_INFO_BOOT_INFO 0x0040 macro