Home
last modified time | relevance | path

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

/external/u-boot/drivers/ram/rockchip/
Dsdram_rk3399.c298 u32 vref_mode_dq, vref_value_dq, vref_mode_ac, vref_value_ac; in phy_io_config() local
307 vref_mode_dq = 0x6; in phy_io_config()
313 vref_mode_dq = 0x5; /* LPDDR3 ODT */ in phy_io_config()
366 vref_mode_dq = 0x2; /* LPDDR3 */ in phy_io_config()
373 vref_mode_dq = 0x1; in phy_io_config()
382 reg_value = (vref_mode_dq << 9) | (0x1 << 8) | vref_value_dq; in phy_io_config()