Lines Matching defs:state
29 #define CORE_PWR_STATE(state) ((state)->pwr_domain_state[MPIDR_AFFLVL0])
30 #define CLUSTER_PWR_STATE(state) \
31 ((state)->pwr_domain_state[MPIDR_AFFLVL1])
32 #define SYSTEM_PWR_STATE(state) ((state)->pwr_domain_state[MPIDR_AFFLVL2])
47 * Use bakery locks for state coordination as not all participants are
69 * being turned off earlier. The target_state encodes the low power state that
135 * Helper function to inform power down state to SCP.
152 * their state.
267 * As per PSCI spec system power state could be
273 * for sending the state hence We are utilizing 2nd nibble for vendor
341 * ARM standard platform handler called to check the validity of the power state
356 /* Sanity check the requested state */
374 * We expect the 'state id' to be zero.