Searched refs:core_avs (Results 1 – 1 of 1) sorted by relevance
323 u32 core_avs; in serdes_phy_config() local325 core_avs = reg_read(CORE_AVS_CONTROL_0REG); in serdes_phy_config()326 DEBUG_RD_REG(CORE_AVS_CONTROL_0REG, core_avs); in serdes_phy_config()332 core_avs &= ~(0xff); in serdes_phy_config()333 core_avs |= 0x0E; in serdes_phy_config()334 reg_write(CORE_AVS_CONTROL_0REG, core_avs); in serdes_phy_config()335 DEBUG_WR_REG(CORE_AVS_CONTROL_0REG, core_avs); in serdes_phy_config()337 core_avs = reg_read(CORE_AVS_CONTROL_2REG); in serdes_phy_config()338 DEBUG_RD_REG(CORE_AVS_CONTROL_2REG, core_avs); in serdes_phy_config()339 core_avs |= (1 << 9); /* core AVS enable */ in serdes_phy_config()[all …]