memory_type
bitsize = memory_type(argv[0]);
static int memory_type(const char *);
uint8_t memory_type; /* e.g. SDRAM DDR = 0x07 */
} else if ((spd->memory_type != SPDMEM_SDRAM) &&
(spd->memory_type != SPDMEM_SDRAM_DDR) &&
(spd->memory_type != SPDMEM_DDR2_SDRAM)) {
if (((spd->memory_type == SPDMEM_DDR2_SDRAM) &&
if (spd->memory_type == SPDMEM_DDR2_SDRAM) {
uchar_t memory_type; /* e.g. SDRAM DDR = 0x07 */
uint8_t memory_type : 1;