File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2012 Freescale Semiconductor, Inc.
2
+ * Copyright (C) 2012-2013 Freescale Semiconductor, Inc.
3
3
*
4
4
* This program is free software; you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License version 2 as
122
122
#define IMX6Q_GPR1_USB_OTG_ID_SEL_MASK BIT(13)
123
123
#define IMX6Q_GPR1_USB_OTG_ID_SEL_ENET_RX_ER 0x0
124
124
#define IMX6Q_GPR1_USB_OTG_ID_SEL_GPIO_1 BIT(13)
125
- #define IMX6Q_GPR1_GINT BIT(12)
125
+ #define IMX6Q_GPR1_GINT_MASK BIT(12)
126
+ #define IMX6Q_GPR1_GINT_CLEAR 0x0
127
+ #define IMX6Q_GPR1_GINT_ASSERT BIT(12)
126
128
#define IMX6Q_GPR1_ADDRS3_MASK (0x3 << 10)
127
129
#define IMX6Q_GPR1_ADDRS3_32MB (0x0 << 10)
128
130
#define IMX6Q_GPR1_ADDRS3_64MB (0x1 << 10)
You can’t perform that action at this time.
0 commit comments