Lines Matching defs:command
174 static inline void append_cmd(u32 * const desc, u32 command)
178 *cmd = cpu_to_caam32(command);
201 /* Write command without affecting header, and return pointer to next word */
202 static inline u32 *write_cmd(u32 * const desc, u32 command)
204 *desc = cpu_to_caam32(command);
210 u32 command)
212 append_cmd(desc, command | len);
216 /* Write length after pointer, rather than inside command */
218 unsigned int len, u32 command)
220 append_cmd(desc, command);
221 if (!(command & (SQIN_RTO | SQIN_PRE)))
227 u32 command)
229 append_cmd(desc, command | IMMEDIATE | len);
409 * Append math command. Only the last part of destination and source need to