Home
last modified time | relevance | path

Searched refs:dataw_lsb (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dspd.h21 unsigned char dataw_lsb; /* 6 Data Width of this assembly */ member
H A Dddr_spd.h20 unsigned char dataw_lsb; /* 6 Data Width of this assembly */ member
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c113 256 * spd->dataw_msb + spd->dataw_lsb); in spd_debug()
637 if (spd.dataw_lsb < 64) { in spd_sdram()
802 if (spd.dataw_lsb < 64) { in spd_sdram()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr1_dimm_params.c255 pdimm->data_width = spd->dataw_lsb; in ddr_compute_dimm_parameters()
H A Dinteractive.c907 printf("%-3d : %02x %s\n", 6, spd->dataw_lsb, in ddr1_spd_dump()