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