Home
last modified time | relevance | path

Searched refs:ncol_addr (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c108 printf ("Column addr: %d\n", spd->ncol_addr); in spd_debug()
194 if (spd.ncol_addr < 8 || spd.ncol_addr > 11) { in spd_sdram()
196 spd.ncol_addr); in spd_sdram()
227 | (spd.ncol_addr - 8) ); in spd_sdram()
240 | (spd.ncol_addr - 8) ); in spd_sdram()
252 | (spd.ncol_addr - 8) ); in spd_sdram()
265 | (spd.ncol_addr - 8) ); in spd_sdram()
/openbmc/u-boot/include/
H A Dspd.h19 unsigned char ncol_addr; /* 4 # of Column Addrs on this assembly */ member
H A Dddr_spd.h18 unsigned char ncol_addr; /* 4 # of Column Addrs on this assembly */ member
81 unsigned char ncol_addr; /* 4 # of Column Addrs on this assembly */ member
/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c267 pdimm->n_col_addr = spd->ncol_addr; in ddr_compute_dimm_parameters()
H A Dddr1_dimm_params.c268 pdimm->n_col_addr = spd->ncol_addr; in ddr_compute_dimm_parameters()
H A Dinteractive.c903 printf("%-3d : %02x %s\n", 4, spd->ncol_addr, in ddr1_spd_dump()
1052 printf("%-3d : %02x %s\n", 4, spd->ncol_addr, in ddr2_spd_dump()