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: 691 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:44:44 -0000 Delivered-To: patches@linaro.org Received: by 10.220.28.198 with SMTP id n6cs115253vcc; Sun, 20 Mar 2011 22:23:33 -0700 (PDT) Received: by 10.224.3.9 with SMTP id 9mr2895952qal.288.1300685013523; Sun, 20 Mar 2011 22:23:33 -0700 (PDT) Received: from ch1outboundpool.messaging.microsoft.com (ch1outboundpool.messaging.microsoft.com [216.32.181.182]) by mx.google.com with ESMTPS id m10si11917432qcu.63.2011.03.20.22.23.33 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Mar 2011 22:23:33 -0700 (PDT) Received-SPF: neutral (google.com: 216.32.181.182 is neither permitted nor denied by best guess record for domain of R65037@freescale.com) client-ip=216.32.181.182; Authentication-Results: mx.google.com; spf=neutral (google.com: 216.32.181.182 is neither permitted nor denied by best guess record for domain of R65037@freescale.com) smtp.mail=R65037@freescale.com 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 Add the abort CMDTYPE bits definition of command register (offset 0xE) Signed-off-by: Richard Zhu --- drivers/mmc/host/sdhci.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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