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