Lines Matching refs:mod_section
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()
231 (spd->mod_section.unbuffered.ref_raw_card == 0x04)) { in cal_dimm_params()