Searched defs:jedec_dimm_softc (Results 1 – 1 of 1) sorted by relevance
52 struct jedec_dimm_softc { struct53 device_t dev;54 device_t smbus;55 uint8_t spd_addr; /* SMBus address of the SPD EEPROM. */56 uint8_t tsod_addr; /* Address of the Thermal Sensor On DIMM */57 uint8_t mfg_year;58 uint8_t mfg_week;59 uint32_t capacity_mb;60 char type_str[5];61 char part_str[21]; /* 18 (DDR3) or 20 (DDR4) chars, plus terminator */[all …]