From patchwork Mon Mar 21 05:22:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhu X-Patchwork-Id: 647161 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2L5NPGC020652 for ; Mon, 21 Mar 2011 05:23:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752714Ab1CUFXe (ORCPT ); Mon, 21 Mar 2011 01:23:34 -0400 Received: from ch1outboundpool.messaging.microsoft.com ([216.32.181.186]:14759 "EHLO ch1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752659Ab1CUFXe (ORCPT ); Mon, 21 Mar 2011 01:23:34 -0400 Received: from mail19-ch1-R.bigfish.com (216.32.181.168) by CH1EHSOBE010.bigfish.com (10.43.70.60) with Microsoft SMTP Server id 14.1.225.8; Mon, 21 Mar 2011 05:23:32 +0000 Received: from mail19-ch1 (localhost.localdomain [127.0.0.1]) by mail19-ch1-R.bigfish.com (Postfix) with ESMTP id 397BB30826B; Mon, 21 Mar 2011 05:23:32 +0000 (UTC) X-SpamScore: 4 X-BigFish: VS4(z3b46nzbb2cKzz1202hzz8275bh1497iz2dh2a8h668h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail19-ch1 (localhost.localdomain [127.0.0.1]) by mail19-ch1 (MessageSwitch) id 130068500374587_27910; Mon, 21 Mar 2011 05:23:23 +0000 (UTC) Received: from CH1EHSMHS022.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.246]) by mail19-ch1.bigfish.com (Postfix) with ESMTP id 892BF1808065; Mon, 21 Mar 2011 05:22:38 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS022.bigfish.com (10.43.70.22) with Microsoft SMTP Server (TLS) id 14.1.225.8; Mon, 21 Mar 2011 05:22:29 +0000 Received: from az33smr02.freescale.net (10.64.34.200) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.270.2; Mon, 21 Mar 2011 00:22:29 -0500 Received: from x-VirtualBox.ap.freescale.net (x-VirtualBox.ap.freescale.net [10.192.242.62]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id p2L5MIgc001923; Mon, 21 Mar 2011 00:22:26 -0500 (CDT) From: Richard Zhu To: CC: , , , , , , , , Richard Zhu Subject: [PATCH V7 2/4] mmc: add the abort CMDTYE bits definition Date: Mon, 21 Mar 2011 13:22:14 +0800 Message-ID: <1300684936-8218-3-git-send-email-Hong-Xing.Zhu@freescale.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1300684936-8218-1-git-send-email-Hong-Xing.Zhu@freescale.com> References: <1300684936-8218-1-git-send-email-Hong-Xing.Zhu@freescale.com> MIME-Version: 1.0 X-OriginatorOrg: freescale.com Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 21 Mar 2011 05:23:35 +0000 (UTC) diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 6e0969e..25e8bde 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -45,6 +45,7 @@ #define SDHCI_CMD_CRC 0x08 #define SDHCI_CMD_INDEX 0x10 #define SDHCI_CMD_DATA 0x20 +#define SDHCI_CMD_ABORTCMD 0xC0 #define SDHCI_CMD_RESP_NONE 0x00 #define SDHCI_CMD_RESP_LONG 0x01