Lines Matching defs:command
140 static int uart_receive_command(uint8_t *command)
160 *command = byte;
185 *command = byte;
405 uint8_t command = 0U;
415 ret = uart_receive_command(&command);
430 switch (command) {
469 WARN("UART: Unknown command\n");
510 * already sent its command before TF-A has reached this point, and
513 * command. NACK_BYTE has to be written, so that the programmer will
514 * re-send the good command.