Lines Matching defs:state
120 uint32_t state = 0;
123 state |= mpidr & 0x0f; /* CPU ID */
124 state |= (mpidr & 0xf00) >> 4; /* Cluster ID */
125 state |= cpu_state << 8;
126 state |= cluster_state << 12;
127 state |= sq_state << 16;
136 cmd->size = sizeof(state);
139 *payload_addr = state;
140 scpi_secure_message_send(sizeof(state));
144 * from the sender, which could interfere with its power state request.