Searched refs:cpu_avs (Results 1 – 2 of 2) sorted by relevance
302 u32 cpu_avs; in serdes_phy_config() local304 cpu_avs = reg_read(CPU_AVS_CONTROL2_REG); in serdes_phy_config()305 DEBUG_RD_REG(CPU_AVS_CONTROL2_REG, cpu_avs); in serdes_phy_config()306 cpu_avs &= ~(1 << 9); in serdes_phy_config()317 cpu_avs |= (1 << 9); /* cpu avs enable */ in serdes_phy_config()318 cpu_avs |= (1 << 18); /* AvsAvddDetEn enable */ in serdes_phy_config()351 reg_write(CPU_AVS_CONTROL2_REG, cpu_avs); in serdes_phy_config()352 DEBUG_WR_REG(CPU_AVS_CONTROL2_REG, cpu_avs); in serdes_phy_config()
333 /* cpu_avs */