Searched refs:reason (Results 1 – 6 of 6) sorted by relevance
175 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument177 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
254 u16 reason; in qrio_reason_unitrst() local257 reason = in_be16(qrio_base + REASON1_OFF); in qrio_reason_unitrst()259 return (reason & UNIT_RESET) > 0; in qrio_reason_unitrst()
340 const char *reason = NULL; in reset_reason() local350 reason = reset_reasons[i].name; in reset_reason()358 env_set("reset_reason", reason); in reset_reason()
254 static void aristainetos_run_rescue_command(int reason) in aristainetos_run_rescue_command() argument258 sprintf(rescue_reason_command, "setenv rreason %d", reason); in aristainetos_run_rescue_command()
1053 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument1055 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
1175 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument1177 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
Completed in 22 milliseconds