aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/m548xgpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/m548xgpt.h')
-rw-r--r--arch/m68k/include/asm/m548xgpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m548xgpt.h b/arch/m68k/include/asm/m548xgpt.h
index c8ef158a1c4e..33b2eef90f0a 100644
--- a/arch/m68k/include/asm/m548xgpt.h
+++ b/arch/m68k/include/asm/m548xgpt.h
@@ -59,11 +59,13 @@
59#define MCF_GPT_GMS_GPIO_INPUT (0x00000000) 59#define MCF_GPT_GMS_GPIO_INPUT (0x00000000)
60#define MCF_GPT_GMS_GPIO_OUTLO (0x00000020) 60#define MCF_GPT_GMS_GPIO_OUTLO (0x00000020)
61#define MCF_GPT_GMS_GPIO_OUTHI (0x00000030) 61#define MCF_GPT_GMS_GPIO_OUTHI (0x00000030)
62#define MCF_GPT_GMS_GPIO_MASK (0x00000030)
62#define MCF_GPT_GMS_TMS_DISABLE (0x00000000) 63#define MCF_GPT_GMS_TMS_DISABLE (0x00000000)
63#define MCF_GPT_GMS_TMS_INCAPT (0x00000001) 64#define MCF_GPT_GMS_TMS_INCAPT (0x00000001)
64#define MCF_GPT_GMS_TMS_OUTCAPT (0x00000002) 65#define MCF_GPT_GMS_TMS_OUTCAPT (0x00000002)
65#define MCF_GPT_GMS_TMS_PWM (0x00000003) 66#define MCF_GPT_GMS_TMS_PWM (0x00000003)
66#define MCF_GPT_GMS_TMS_GPIO (0x00000004) 67#define MCF_GPT_GMS_TMS_GPIO (0x00000004)
68#define MCF_GPT_GMS_TMS_MASK (0x00000007)
67 69
68/* Bit definitions and macros for MCF_GPT_GCIR */ 70/* Bit definitions and macros for MCF_GPT_GCIR */
69#define MCF_GPT_GCIR_CNT(x) (((x)&0x0000FFFF)<<0) 71#define MCF_GPT_GCIR_CNT(x) (((x)&0x0000FFFF)<<0)