spdmem
MODULE(MODULE_CLASS_DRIVER, spdmem, "iic");
struct spdmem *s = &(sc->sc_spd_data);
if (spd_len > sizeof(struct spdmem))
spd_len = sizeof(struct spdmem);
static void decode_edofpm(const struct sysctlnode *, device_t, struct spdmem *);
static void decode_rom(const struct sysctlnode *, device_t, struct spdmem *);
static void decode_sdram(const struct sysctlnode *, device_t, struct spdmem *,
decode_voltage_refresh(device_t self, struct spdmem *s)
static void decode_ddr(const struct sysctlnode *, device_t, struct spdmem *);
static void decode_ddr2(const struct sysctlnode *, device_t, struct spdmem *);
decode_edofpm(const struct sysctlnode *node, device_t self, struct spdmem *s)
static void decode_ddr3(const struct sysctlnode *, device_t, struct spdmem *);
static void decode_ddr4(const struct sysctlnode *, device_t, struct spdmem *);
decode_rom(const struct sysctlnode *node, device_t self, struct spdmem *s)
static void decode_fbdimm(const struct sysctlnode *, device_t, struct spdmem *);
decode_sdram(const struct sysctlnode *node, device_t self, struct spdmem *s,
static void decode_voltage_refresh(device_t, struct spdmem *);
decode_ddr(const struct sysctlnode *node, device_t self, struct spdmem *s)
decode_ddr2(const struct sysctlnode *node, device_t self, struct spdmem *s)
ddr3_value_pico(struct spdmem *s, uint8_t txx_mtb, uint8_t txx_ftb)
decode_ddr3(const struct sysctlnode *node, device_t self, struct spdmem *s)
decode_fbdimm(const struct sysctlnode *node, device_t self, struct spdmem *s)
decode_ddr4(const struct sysctlnode *node, device_t self, struct spdmem *s)
struct spdmem sc_spd_data;