]> err.no Git - linux-2.6/blobdiff - include/asm-arm/arch-at91/at91_mci.h
Merge branch 'x86/crashdump' into x86/urgent
[linux-2.6] / include / asm-arm / arch-at91 / at91_mci.h
index 1551fc24eb43b6bdaa14e590ae1a9ed175513c64..400ec10014b45b8ee2b5782ef84e8339305e12b4 100644 (file)
 #define                        AT91_MCI_TRTYP_MULTIPLE (1 << 19)
 #define                        AT91_MCI_TRTYP_STREAM   (2 << 19)
 
+#define AT91_MCI_BLKR          0x18            /* Block Register */
+#define                AT91_MCI_BLKR_BCNT(n)   ((0xffff & (n)) << 0)   /* Block count */
+#define                AT91_MCI_BLKR_BLKLEN(n) ((0xffff & (n)) << 16)  /* Block lenght */
+
 #define AT91_MCI_RSPR(n)       (0x20 + ((n) * 4))      /* Response Registers 0-3 */
 #define AT91_MCR_RDR           0x30            /* Receive Data Register */
 #define AT91_MCR_TDR           0x34            /* Transmit Data Register */