PERFORCE change 119938 for review

Warner Losh imp at FreeBSD.org
Wed May 16 23:01:13 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119938

Change 119938 by imp at imp_lighthouse on 2007/05/16 23:00:49

	Hex values for commands.

Affected files ...

.. //depot/projects/arm/src/sys/dev/mmc/mmcreg.h#16 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/mmc/mmcreg.h#16 (text+ko) ====

@@ -242,13 +242,13 @@
 
 
 /* Application specific commands for SD */
-#define	ACMD_SET_BUS_WIDTH	6
-#define	ACMD_SD_STATUS		13
-#define	ACMD_SEND_NUM_WR_BLOCKS	22
-#define	ACMD_SET_WR_BLK_ERASE_COUNT 23
-#define	ACMD_SD_SEND_OP_COND	41
-#define	ACMD_SET_CLR_CARD_DETECT 42
-#define	ACMD_SEND_SCR		51
+#define	ACMD_SET_BUS_WIDTH	6		/* 0x06 */
+#define	ACMD_SD_STATUS		13		/* 0x0d */
+#define	ACMD_SEND_NUM_WR_BLOCKS	22		/* 0x16 */
+#define	ACMD_SET_WR_BLK_ERASE_COUNT 23		/* 0x17 */
+#define	ACMD_SD_SEND_OP_COND	41		/* 0x29 */
+#define	ACMD_SET_CLR_CARD_DETECT 42		/* 0x2a */
+#define	ACMD_SEND_SCR		51		/* 0x33 */
 
 /* OCR bits */
 


More information about the p4-projects mailing list