dyn_sclk_vol_cntl 227 drivers/gpu/drm/radeon/rs600.c u32 tmp, dyn_pwrmgt_sclk_length, dyn_sclk_vol_cntl; dyn_sclk_vol_cntl 270 drivers/gpu/drm/radeon/rs600.c dyn_sclk_vol_cntl = RREG32_PLL(DYN_SCLK_VOL_CNTL); dyn_sclk_vol_cntl 272 drivers/gpu/drm/radeon/rs600.c dyn_sclk_vol_cntl |= IO_CG_VOLTAGE_DROP; dyn_sclk_vol_cntl 274 drivers/gpu/drm/radeon/rs600.c dyn_sclk_vol_cntl |= VOLTAGE_DROP_SYNC; dyn_sclk_vol_cntl 275 drivers/gpu/drm/radeon/rs600.c dyn_sclk_vol_cntl |= VOLTAGE_DELAY_SEL(voltage->delay); dyn_sclk_vol_cntl 277 drivers/gpu/drm/radeon/rs600.c dyn_sclk_vol_cntl &= ~VOLTAGE_DROP_SYNC; dyn_sclk_vol_cntl 279 drivers/gpu/drm/radeon/rs600.c dyn_sclk_vol_cntl &= ~IO_CG_VOLTAGE_DROP; dyn_sclk_vol_cntl 280 drivers/gpu/drm/radeon/rs600.c WREG32_PLL(DYN_SCLK_VOL_CNTL, dyn_sclk_vol_cntl);