Searched refs:dram_odt_ohm (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c863 u32 phy_odt_ohm, dram_odt_ohm; local
882 dram_odt_ohm = 0;
888 dram_odt_ohm = ODT_INFO_DRAM_ODT(ddr_info->odt_info);
990 if (dramtype != DDR3 && dram_odt_ohm)
991 vref_out = (2 * phy_dq_drv_ohm + dram_odt_ohm) * 128 /
992 (phy_dq_drv_ohm + dram_odt_ohm);
1074 if (dram_odt_ohm == 0)
1076 else if (dram_odt_ohm <= 40)
1078 else if (dram_odt_ohm <= 60)
1088 if (dram_odt_ohm
[all...]

Completed in 86 milliseconds