Searched refs:mmVCE_CLOCK_GATING_A (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/asic_reg/vce/ |
| H A D | vce_1_0_d.h | 26 #define mmVCE_CLOCK_GATING_A 0x80BE macro
|
| H A D | vce_2_0_d.h | 47 #define mmVCE_CLOCK_GATING_A 0x80be macro
|
| H A D | vce_3_0_d.h | 47 #define mmVCE_CLOCK_GATING_A 0x80be macro
|
| H A D | vce_4_0_offset.h | 92 #define mmVCE_CLOCK_GATING_A … macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | vce_v2_0.c | 151 tmp = RREG32(mmVCE_CLOCK_GATING_A); in vce_v2_0_init_cg() 155 WREG32(mmVCE_CLOCK_GATING_A, tmp); in vce_v2_0_init_cg() 172 WREG32_P(mmVCE_CLOCK_GATING_A, 0, ~(1 << 16)); in vce_v2_0_mc_resume()
|
| H A D | vce_v3_0.c | 529 WREG32_P(mmVCE_CLOCK_GATING_A, 0, ~(1 << 16)); in vce_v3_0_mc_resume() 759 uint32_t data = RREG32(mmVCE_CLOCK_GATING_A); in vce_v3_0_set_clockgating_state() 762 WREG32(mmVCE_CLOCK_GATING_A, data); in vce_v3_0_set_clockgating_state() 827 data = RREG32(mmVCE_CLOCK_GATING_A); in vce_v3_0_get_clockgating_state()
|
| H A D | vce_v4_0.c | 604 WREG32_P(SOC15_REG_OFFSET(VCE, 0, mmVCE_CLOCK_GATING_A), 0, ~(1 << 16)); in vce_v4_0_mc_resume() 908 uint32_t data = RREG32(SOC15_REG_OFFSET(VCE, 0, mmVCE_CLOCK_GATING_A); 911 WREG32(SOC15_REG_OFFSET(VCE, 0, mmVCE_CLOCK_GATING_A, data);
|