Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.git] / include / i8042.h
index 8d69fa1..6876320 100644 (file)
 #define STATUS_IBF     (1 << 1)
 
 /* Configuration byte bit defines */
-#define CONFIG_KIRQ_EN (1 << 0)
-#define CONFIG_MIRQ_EN (1 << 1)
-#define CONFIG_SET_BIST        (1 << 2)
-#define CONFIG_KCLK_DIS        (1 << 4)
-#define CONFIG_MCLK_DIS        (1 << 5)
-#define CONFIG_AT_TRANS        (1 << 6)
+#define CFG_KIRQ_EN    (1 << 0)
+#define CFG_MIRQ_EN    (1 << 1)
+#define CFG_SET_BIST   (1 << 2)
+#define CFG_KCLK_DIS   (1 << 4)
+#define CFG_MCLK_DIS   (1 << 5)
+#define CFG_AT_TRANS   (1 << 6)
 
 /* i8042 commands */
 #define CMD_RD_CONFIG  0x20    /* read configuration byte */