Searched refs:LPDDR2 (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/drampower/src/
H A DMemorySpecification.h59 LPDDR2, enumerator in enum:Data::MemoryType::MemoryType_t
86 } else if (_val == "LPDDR2") {
87 val = LPDDR2;
99 val == LPDDR2 ||
107 val == LPDDR2 ||
138 // The capacitance values are conservative and based on Micron Mobile LPDDR2 Power Calculator
143 } else if (val == LPDDR2) {
H A DMemCommand.cc102 } else if (memType == MemoryType::LPDDR2) {
118 } else if (memType == MemoryType::LPDDR2) {
H A DCmdScheduler.cc510 case MemoryType::LPDDR2:
537 if ((memSpec.memoryType == MemoryType::LPDDR2) ||
572 if ((memSpec.memoryType == MemoryType::LPDDR2) ||

Completed in 7 milliseconds