Searched refs:dram_odt_ohm (Results 1 – 1 of 1) sorted by relevance
890 u32 phy_odt_ohm, dram_odt_ohm; in set_ds_odt() local909 dram_odt_ohm = 0; in set_ds_odt()915 dram_odt_ohm = ODT_INFO_DRAM_ODT(ddr_info->odt_info); in set_ds_odt()1017 if (dramtype != DDR3 && dram_odt_ohm) in set_ds_odt()1018 vref_out = (2 * phy_dq_drv_ohm + dram_odt_ohm) * 128 / in set_ds_odt()1019 (phy_dq_drv_ohm + dram_odt_ohm); in set_ds_odt()1101 if (dram_odt_ohm == 0) in set_ds_odt()1103 else if (dram_odt_ohm <= 40) in set_ds_odt()1105 else if (dram_odt_ohm <= 60) in set_ds_odt()1115 if (dram_odt_ohm == 0) in set_ds_odt()[all …]