Searched refs:mod_section (Results 1 – 10 of 10) sorted by relevance
90 if (spd->mod_section.uc[126] != crc_lsb || in ddr4_spd_check()91 spd->mod_section.uc[127] != crc_msb) { in ddr4_spd_check()93 spd->mod_section.uc[127], spd->mod_section.uc[126], in ddr4_spd_check()197 pdimm->rc = spd->mod_section.registered.ref_raw_card & 0x9f; in cal_dimm_params()198 if ((spd->mod_section.registered.reg_map & 0x1) != 0) { in cal_dimm_params()201 val = spd->mod_section.registered.ca_stren; in cal_dimm_params()204 val = spd->mod_section.registered.clk_stren; in cal_dimm_params()226 pdimm->rc = spd->mod_section.unbuffered.ref_raw_card & 0x9f; in cal_dimm_params()227 if ((spd->mod_section.unbuffered.addr_mapping & 0x1) != 0) { in cal_dimm_params()230 if ((spd->mod_section.unbuffered.mod_height & 0xe0) == 0 && in cal_dimm_params()[all …]
556 (spd[spd_idx].mod_section.uc[127] << 8) | in parse_spd()557 (spd[spd_idx].mod_section.uc[126] << 0); in parse_spd()
90 if (spd->mod_section.uc[126] != crc_lsb || in ddr4_spd_check()91 spd->mod_section.uc[127] != crc_msb) { in ddr4_spd_check()93 spd->mod_section.uc[127], spd->mod_section.uc[126], in ddr4_spd_check()197 pdimm->rc = spd->mod_section.registered.ref_raw_card & 0x8f; in cal_dimm_params()198 if ((spd->mod_section.registered.reg_map & 0x1) != 0) { in cal_dimm_params()201 val = spd->mod_section.registered.ca_stren; in cal_dimm_params()204 val = spd->mod_section.registered.clk_stren; in cal_dimm_params()226 pdimm->rc = spd->mod_section.unbuffered.ref_raw_card & 0x8f; in cal_dimm_params()227 if ((spd->mod_section.unbuffered.addr_mapping & 0x1) != 0) { in cal_dimm_params()230 if ((spd->mod_section.unbuffered.mod_height & 0xe0) == 0 && in cal_dimm_params()[all …]
238 } mod_section; member
316 struct mod_section { struct325 struct mod_section got; argument326 struct mod_section plt;327 struct mod_section plt_idx;
3458 struct mod_section { struct3465 struct mod_section got; argument3466 struct mod_section plt;3467 struct mod_section got_plt;