Searched refs:device_width (Results 1 – 7 of 7) sorted by relevance
53 .device_width = U(8),81 .device_width = U(8),
184 .device_width = U(8),212 .device_width = U(8),
184 .device_width = 8U,211 .device_width = 8U,
270 unsigned int device_width; /* x4, x8, x16 components */ member
186 pdimm->device_width = 1 << ((spd->organization & 0x7) + 2); in cal_dimm_params()187 debug("device_width %d\n", pdimm->device_width); in cal_dimm_params()
358 popts->x4_en = (pdimm->device_width == 4) ? 1 : 0; in cal_opts()
2494 input.basic.dram_data_width = dimm_param->device_width; in compute_ddr_phy()2662 dimm_param->device_width); in compute_ddr_phy()
Completed in 14 milliseconds