HomeSort by relevance Sort by last modified time
    Searched refs:PSCI_INVALID_DATA (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_afflvl_suspend.c 58 * powered down during a cpu_suspend call. Returns PSCI_INVALID_DATA if the
67 return ((power_state == PSCI_INVALID_DATA) ?
73 * parameter saved in the per-cpu data array. Returns PSCI_INVALID_DATA if the
82 return ((power_state == PSCI_INVALID_DATA) ?
89 * PSCI_INVALID_DATA if the power state saved is invalid.
98 return ((power_state == PSCI_INVALID_DATA) ?
317 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
335 * up/down sequences return PSCI_INVALID_DATA.
337 psci_set_max_phys_off_afflvl(PSCI_INVALID_DATA);
398 assert (suspend_level != PSCI_INVALID_DATA);
    [all...]
psci_afflvl_off.c 212 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
225 * up/down sequences return PSCI_INVALID_DATA.
228 psci_set_max_phys_off_afflvl(PSCI_INVALID_DATA);
psci_common.c 73 uint32_t max_afflvl = PSCI_INVALID_DATA;
189 if (afflvl == PSCI_INVALID_DATA)
546 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
573 * up/down sequences return PSCI_INVALID_DATA
575 psci_set_max_phys_off_afflvl(PSCI_INVALID_DATA);
psci_helpers.S 62 cmp x0, #PSCI_INVALID_DATA
psci_main.c 167 psci_set_suspend_power_state(PSCI_INVALID_DATA);
223 psci_set_suspend_power_state(PSCI_INVALID_DATA);
psci_setup.c 217 PSCI_INVALID_DATA);
222 * level in a powered down state return PSCI_INVALID_DATA.
226 PSCI_INVALID_DATA);
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
fvp_pm.c 112 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/
psci.h 155 #define PSCI_INVALID_DATA -1
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
plat_pm.c 79 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);

Completed in 933 milliseconds