Searched refs:copy_bytes (Results 1 – 1 of 1) sorted by relevance
648 int copy_bytes = sent_bytes - SDSPI_CMD_SIZE - ncr_cnt; in shift_cmd_response() local649 if (copy_bytes > 0) { in shift_cmd_response()650 memcpy(&cmd->r1, pr1, copy_bytes); in shift_cmd_response()