Searched refs:drac0 (Results 1 – 3 of 3) sorted by relevance
247 unsigned int drac2 = 0, drac0 = 0; in init_sdram_rows() local253 drac0 = MDCNFG_DRAC0(mdcnfg); in init_sdram_rows()255 sdram_rows = 1 << (11 + max(drac0, drac2)); in init_sdram_rows()
66 unsigned int drac2 = 0, drac0 = 0; in get_sdram_rows() local78 drac0 = MDCNFG_DRAC0(mdcnfg); in get_sdram_rows()80 sdram_rows = 1 << (11 + max(drac0, drac2)); in get_sdram_rows()
71 unsigned int drac2 = 0, drac0 = 0; in get_sdram_rows() local83 drac0 = MDCNFG_DRAC0(mdcnfg); in get_sdram_rows()85 sdram_rows = 1 << (11 + max(drac0, drac2)); in get_sdram_rows()