Home
last modified time | relevance | path

Searched refs:vref_mode_ac (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
309 vref_mode_ac = 0x6; in phy_io_config()
369 vref_mode_ac = 0x2; in phy_io_config()
375 vref_mode_ac = 0x1; in phy_io_config()
393 reg_value = (vref_mode_ac << 9) | (0x1 << 8) | vref_value_ac; in phy_io_config()