Searched refs:nrows (Results 1 – 5 of 5) sorted by relevance
20 unsigned char nrows; /* 5 # of Module Rows on this assembly */ member
19 unsigned char nrows; /* 5 Number of DIMM Banks */ member
116 printf ("# of rows: %d\n", spd->nrows); in spd_debug()183 n_ranks = spd.nrows; in spd_sdram()185 n_ranks = (spd.nrows & 0x7) + 1; in spd_sdram()
254 pdimm->n_ranks = spd->nrows; in ddr_compute_dimm_parameters()
909 printf("%-3d : %02x %s\n", 5, spd->nrows, in ddr1_spd_dump()
Completed in 28 milliseconds