Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c201 u32 vref_mode_dq = 0, vref_value_dq = 0; in phy_io_config() local
223 vref_mode_dq = 0x7; in phy_io_config()
229 vref_mode_dq = 0x6; in phy_io_config()
240 vref_mode_dq = 0x5; /*LPDDR3 ODT*/ in phy_io_config()
281 vref_mode_dq = 0x2; in phy_io_config()
288 vref_mode_dq = 0x1; in phy_io_config()
295 reg_value = (vref_mode_dq << 9) | (0x1 << 8) | vref_value_dq; in phy_io_config()