We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7269c25 commit 1856cf9Copy full SHA for 1856cf9
drivers/bus/intel-ixp4xx-eb.c
@@ -33,7 +33,7 @@
33
#define IXP4XX_EXP_TIMING_STRIDE 0x04
34
#define IXP4XX_EXP_CS_EN BIT(31)
35
#define IXP456_EXP_PAR_EN BIT(30) /* Only on IXP45x and IXP46x */
36
-#define IXP4XX_EXP_T1_MASK GENMASK(28, 27)
+#define IXP4XX_EXP_T1_MASK GENMASK(29, 28)
37
#define IXP4XX_EXP_T1_SHIFT 28
38
#define IXP4XX_EXP_T2_MASK GENMASK(27, 26)
39
#define IXP4XX_EXP_T2_SHIFT 26
0 commit comments