From patchwork Thu Mar 17 06:34:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhu X-Patchwork-Id: 647 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:20 -0000 Delivered-To: patches@linaro.org Received: by 10.151.46.5 with SMTP id y5cs31057ybj; Wed, 16 Mar 2011 23:34:25 -0700 (PDT) Received: by 10.220.65.25 with SMTP id g25mr237991vci.159.1300343664916; Wed, 16 Mar 2011 23:34:24 -0700 (PDT) Received: from TX2EHSOBE002.bigfish.com (tx2ehsobe001.messaging.microsoft.com [65.55.88.11]) by mx.google.com with ESMTPS id n20si1669805vcn.170.2011.03.16.23.34.24 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Mar 2011 23:34:24 -0700 (PDT) Received-SPF: neutral (google.com: 65.55.88.11 is neither permitted nor denied by best guess record for domain of R65037@freescale.com) client-ip=65.55.88.11; Authentication-Results: mx.google.com; spf=neutral (google.com: 65.55.88.11 is neither permitted nor denied by best guess record for domain of R65037@freescale.com) smtp.mail=R65037@freescale.com Received: from mail91-tx2-R.bigfish.com (10.9.14.251) by TX2EHSOBE002.bigfish.com (10.9.40.22) with Microsoft SMTP Server id 14.1.225.8; Thu, 17 Mar 2011 06:34:23 +0000 Received: from mail91-tx2 (localhost.localdomain [127.0.0.1]) by mail91-tx2-R.bigfish.com (Postfix) with ESMTP id 8469DB03A1; Thu, 17 Mar 2011 06:34:23 +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 mail91-tx2 (localhost.localdomain [127.0.0.1]) by mail91-tx2 (MessageSwitch) id 1300343663455884_15320; Thu, 17 Mar 2011 06:34:23 +0000 (UTC) Received: from TX2EHSMHS035.bigfish.com (unknown [10.9.14.250]) by mail91-tx2.bigfish.com (Postfix) with ESMTP id 69351A58053; Thu, 17 Mar 2011 06:34:23 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS035.bigfish.com (10.9.99.135) with Microsoft SMTP Server (TLS) id 14.1.225.8; Thu, 17 Mar 2011 06:34:23 +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; Thu, 17 Mar 2011 01:34:22 -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 p2H6YETb022638; Thu, 17 Mar 2011 01:34:19 -0500 (CDT) From: Richard Zhu To: CC: , , , , , , , , Richard Zhu Subject: [PATCH V6 2/4] mmc: add the abort CMDTYE bits definition Date: Thu, 17 Mar 2011 14:34:05 +0800 Message-ID: <1300343647-15735-2-git-send-email-Hong-Xing.Zhu@freescale.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1300343647-15735-1-git-send-email-Hong-Xing.Zhu@freescale.com> References: <1300343647-15735-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