Searched refs:DDRC_LMR_BA_BIT (Results 1 – 1 of 1) sorted by relevance
176 #define DDRC_LMR_BA_BIT 8 macro177 #define DDRC_LMR_BA_MASK (0x7 << DDRC_LMR_BA_BIT)179 #define DDRC_LMR_BA_MRS (0 << DDRC_LMR_BA_BIT)180 #define DDRC_LMR_BA_EMRS1 (1 << DDRC_LMR_BA_BIT)181 #define DDRC_LMR_BA_EMRS2 (2 << DDRC_LMR_BA_BIT)182 #define DDRC_LMR_BA_EMRS3 (3 << DDRC_LMR_BA_BIT)184 #define DDRC_LMR_BA_M_MRS (0 << DDRC_LMR_BA_BIT)185 #define DDRC_LMR_BA_M_EMRS (2 << DDRC_LMR_BA_BIT)186 #define DDRC_LMR_BA_M_SR (1 << DDRC_LMR_BA_BIT)188 #define DDRC_LMR_BA_N_MRS (0 << DDRC_LMR_BA_BIT)[all …]