|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (C) 2004-2008 Freescale Semiconductor, Inc.
|
|
|
+ * Copyright (C) 2004-2008,2010 Freescale Semiconductor, Inc.
|
|
|
*
|
|
|
* See file CREDITS for list of people who contributed to this
|
|
|
* project.
|
|
@@ -125,8 +125,12 @@
|
|
|
#define OR_GPCM_SETA_SHIFT 3
|
|
|
#define OR_GPCM_TRLX 0x00000004
|
|
|
#define OR_GPCM_TRLX_SHIFT 2
|
|
|
+#define OR_GPCM_TRLX_CLEAR 0x00000000
|
|
|
+#define OR_GPCM_TRLX_SET 0x00000004
|
|
|
#define OR_GPCM_EHTR 0x00000002
|
|
|
#define OR_GPCM_EHTR_SHIFT 1
|
|
|
+#define OR_GPCM_EHTR_CLEAR 0x00000000
|
|
|
+#define OR_GPCM_EHTR_SET 0x00000002
|
|
|
#define OR_GPCM_EAD 0x00000001
|
|
|
#define OR_GPCM_EAD_SHIFT 0
|
|
|
|