Lines Matching defs:state
129 uint32_t state = 0;
137 state |= (mpidr >> MPIDR_AFF1_SHIFT) & 0x0f; /* CPU ID */
138 state |= ((mpidr >> MPIDR_AFF2_SHIFT) & 0x0f) << 4; /* Cluster ID */
140 state |= mpidr & 0x0f; /* CPU ID */
141 state |= (mpidr & 0xf00) >> 4; /* Cluster ID */
144 state |= cpu_state << 8;
145 state |= cluster_state << 12;
146 state |= brcm_state << 16;
155 cmd->size = sizeof(state);
158 *payload_addr = state;
159 scpi_secure_message_send(sizeof(state));
163 * from the sender, which could interfere with its power state request.
169 * Query and obtain power state from SCP.
219 /* Update power state via. pointers */