Lines Matching full:rows
33 * get_errata_rows() - Up the number of DRAM rows to cover entire address space
37 * increase the number of rows so that the memory controller thinks it has
38 * 4GB of RAM. This function returns such amount of rows.
48 const unsigned int rows = in get_errata_rows() local
62 debug("workaround rows - memsize %lld\n", memsize); in get_errata_rows()
63 debug("workaround rows - cs %d\n", cs); in get_errata_rows()
64 debug("workaround rows - width %d\n", width); in get_errata_rows()
65 debug("workaround rows - rows %d\n", rows); in get_errata_rows()
66 debug("workaround rows - banks %d\n", banks); in get_errata_rows()
67 debug("workaround rows - cols %d\n", cols); in get_errata_rows()
70 debug("rows workaround - term1 %lld\n", newrows); in get_errata_rows()
73 debug("rows workaround - term2 %lld\n", newrows); in get_errata_rows()
82 debug("rows workaround - bits %d\n", bits); in get_errata_rows()
86 return rows; in get_errata_rows()
91 return rows; in get_errata_rows()
96 debug("rows workaround - ilog2 %d, %lld\n", inewrowslog2, newrows); in get_errata_rows()
100 return rows; in get_errata_rows()
313 const int rows = get_errata_rows(cfg); in sdr_get_addr_rw() local
316 return dram_addrw | (rows << SDR_CTRLGRP_DRAMADDRW_ROWBITS_LSB); in sdr_get_addr_rw()
432 const unsigned int rows = in sdram_mmr_init_full() local
437 writel(rows, &sysmgr_regs->iswgrp_handoff[4]); in sdram_mmr_init_full()
501 * If the stored handoff value for rows is greater than in sdram_calculate_size()