dto_cntl          124 drivers/gpu/drm/radeon/dce3_1_afmt.c 	u32 dto_cntl;
dto_cntl          154 drivers/gpu/drm/radeon/dce3_1_afmt.c 		dto_cntl = RREG32(DCCG_AUDIO_DTO0_CNTL) & ~DCCG_AUDIO_DTO_WALLCLOCK_RATIO_MASK;
dto_cntl          155 drivers/gpu/drm/radeon/dce3_1_afmt.c 		dto_cntl |= DCCG_AUDIO_DTO_WALLCLOCK_RATIO(wallclock_ratio);
dto_cntl          156 drivers/gpu/drm/radeon/dce3_1_afmt.c 		WREG32(DCCG_AUDIO_DTO0_CNTL, dto_cntl);
dto_cntl          161 drivers/gpu/drm/radeon/dce3_1_afmt.c 		dto_cntl = RREG32(DCCG_AUDIO_DTO1_CNTL) & ~DCCG_AUDIO_DTO_WALLCLOCK_RATIO_MASK;
dto_cntl          162 drivers/gpu/drm/radeon/dce3_1_afmt.c 		dto_cntl |= DCCG_AUDIO_DTO_WALLCLOCK_RATIO(wallclock_ratio);
dto_cntl          163 drivers/gpu/drm/radeon/dce3_1_afmt.c 		WREG32(DCCG_AUDIO_DTO1_CNTL, dto_cntl);