Searched refs:EC_REBOOT_FLAG_ON_AP_SHUTDOWN (Results 1 – 4 of 4) sorted by relevance
52 {"at-shutdown", -1, EC_REBOOT_FLAG_ON_AP_SHUTDOWN}, in reboot_store()
583 if (!(flags & EC_REBOOT_FLAG_ON_AP_SHUTDOWN)) { in cros_ec_reboot()
3872 #define EC_REBOOT_FLAG_ON_AP_SHUTDOWN (1 << 1) /* Reboot after AP shutdown */ macro
4774 #define EC_REBOOT_FLAG_ON_AP_SHUTDOWN BIT(1) /* Reboot after AP shutdown */ macro