Searched refs:dyn_sclk_vol_cntl (Results 1 – 1 of 1) sorted by relevance
233 u32 tmp, dyn_pwrmgt_sclk_length, dyn_sclk_vol_cntl; in rs600_pm_misc() local276 dyn_sclk_vol_cntl = RREG32_PLL(DYN_SCLK_VOL_CNTL); in rs600_pm_misc()278 dyn_sclk_vol_cntl |= IO_CG_VOLTAGE_DROP; in rs600_pm_misc()280 dyn_sclk_vol_cntl |= VOLTAGE_DROP_SYNC; in rs600_pm_misc()281 dyn_sclk_vol_cntl |= VOLTAGE_DELAY_SEL(voltage->delay); in rs600_pm_misc()283 dyn_sclk_vol_cntl &= ~VOLTAGE_DROP_SYNC; in rs600_pm_misc()285 dyn_sclk_vol_cntl &= ~IO_CG_VOLTAGE_DROP; in rs600_pm_misc()286 WREG32_PLL(DYN_SCLK_VOL_CNTL, dyn_sclk_vol_cntl); in rs600_pm_misc()