Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c202 u32 vref_mode_ac = 0, vref_value_ac = 0; in phy_io_config() local
236 vref_value_ac = 0x3; in phy_io_config()
285 vref_value_ac = 0x1f; in phy_io_config()
291 vref_value_ac = 0x1f; in phy_io_config()
305 reg_value = (vref_mode_ac << 9) | (0x1 << 8) | vref_value_ac; in phy_io_config()