diff mbox

[RFC,6/9] atmel_pdc: add ATMEL_PDC_SCND_BUF_OFF

Message ID 1311863398-31579-7-git-send-email-ludovic.desroches@atmel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ludovic Desroches July 28, 2011, 2:29 p.m. UTC
From: Ludovic Desroches <ludovic.desroches@atmel.com>

Add define for the offset value between first and second buffer registers.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
---
 include/linux/atmel_pdc.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Jean-Christophe PLAGNIOL-VILLARD July 30, 2011, 8:24 a.m. UTC | #1
On 16:29 Thu 28 Jul     , ludovic.desroches@atmel.com wrote:
> From: Ludovic Desroches <ludovic.desroches@atmel.com>
> 
> Add define for the offset value between first and second buffer registers.
patch 6 & 7 can be joined

Best Regards,
J.
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Nicolas Ferre Aug. 1, 2011, 3:20 p.m. UTC | #2
On 07/30/2011 09:24 AM, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 16:29 Thu 28 Jul     , ludovic.desroches@atmel.com wrote:
>> From: Ludovic Desroches<ludovic.desroches@atmel.com>
>>
>> Add define for the offset value between first and second buffer registers.
> patch 6&  7 can be joined

Yes, true.

Bye,
diff mbox

Patch

diff --git a/include/linux/atmel_pdc.h b/include/linux/atmel_pdc.h
index 5058a31..63499ce 100644
--- a/include/linux/atmel_pdc.h
+++ b/include/linux/atmel_pdc.h
@@ -33,4 +33,6 @@ 
 
 #define ATMEL_PDC_PTSR		0x124	/* Transfer Status Register */
 
+#define ATMEL_PDC_SCND_BUF_OFF	0x10	/* Offset between first and second buffer registers */
+
 #endif