Lines Matching refs:vref_value_dq
298 u32 vref_mode_dq, vref_value_dq, vref_mode_ac, vref_value_ac; in phy_io_config() local
308 vref_value_dq = 0x1f; in phy_io_config()
319 vref_value_dq = 0x16; in phy_io_config()
322 vref_value_dq = 0x26; in phy_io_config()
325 vref_value_dq = 0x36; in phy_io_config()
334 vref_value_dq = 0x19; in phy_io_config()
337 vref_value_dq = 0x23; in phy_io_config()
340 vref_value_dq = 0x31; in phy_io_config()
349 vref_value_dq = 0x17; in phy_io_config()
352 vref_value_dq = 0x20; in phy_io_config()
355 vref_value_dq = 0x2e; in phy_io_config()
367 vref_value_dq = 0x1f; in phy_io_config()
374 vref_value_dq = 0x1f; in phy_io_config()
382 reg_value = (vref_mode_dq << 9) | (0x1 << 8) | vref_value_dq; in phy_io_config()