memory: tegra: Make IRQ support opitonal
[linux-2.6-microblaze.git] / drivers / memory / tegra / tegra124-emc.c
index 5699d90..a21ca8e 100644 (file)
 #define EMC_PUTERM_ADJ                         0x574
 
 #define DRAM_DEV_SEL_ALL                       0
-#define DRAM_DEV_SEL_0                         (2 << 30)
-#define DRAM_DEV_SEL_1                         (1 << 30)
+#define DRAM_DEV_SEL_0                         BIT(31)
+#define DRAM_DEV_SEL_1                         BIT(30)
 
 #define EMC_CFG_POWER_FEATURES_MASK            \
        (EMC_CFG_DYN_SREF | EMC_CFG_DRAM_ACPD | EMC_CFG_DRAM_CLKSTOP_SR | \