Home
last modified time | relevance | path

Searched refs:rd_vref (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c196 struct rk3399_sdram_params *sdram_params, u32 rd_vref, in phy_io_config() argument
218 rd_vref *= 1000; in phy_io_config()
221 if (rd_vref < 36700) { in phy_io_config()
226 vref_value_dq = (rd_vref - 3300) / 521; in phy_io_config()
232 vref_value_dq = (rd_vref - 15300) / 521; in phy_io_config()
435 u32 rd_vref; member
768 phy_io_config(chan, sdram_params, io->rd_vref, b_reg, channel); in set_ds_odt()