Searched refs:mmIH_RB_CNTL (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | cik_ih.c | 61 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in cik_ih_enable_interrupts() 66 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in cik_ih_enable_interrupts() 79 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in cik_ih_disable_interrupts() 84 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in cik_ih_disable_interrupts() 138 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in cik_ih_irq_init() 201 tmp = RREG32(mmIH_RB_CNTL); in cik_ih_get_wptr() 203 WREG32(mmIH_RB_CNTL, tmp); in cik_ih_get_wptr()
|
D | cz_ih.c | 61 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in cz_ih_enable_interrupts() 66 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in cz_ih_enable_interrupts() 79 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in cz_ih_disable_interrupts() 84 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in cz_ih_disable_interrupts() 140 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in cz_ih_irq_init() 203 tmp = RREG32(mmIH_RB_CNTL); in cz_ih_get_wptr() 205 WREG32(mmIH_RB_CNTL, tmp); in cz_ih_get_wptr()
|
D | iceland_ih.c | 61 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in iceland_ih_enable_interrupts() 66 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in iceland_ih_enable_interrupts() 79 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in iceland_ih_disable_interrupts() 84 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in iceland_ih_disable_interrupts() 140 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in iceland_ih_irq_init() 203 tmp = RREG32(mmIH_RB_CNTL); in iceland_ih_get_wptr() 205 WREG32(mmIH_RB_CNTL, tmp); in iceland_ih_get_wptr()
|
D | tonga_ih.c | 60 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in tonga_ih_enable_interrupts() 64 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in tonga_ih_enable_interrupts() 77 u32 ih_rb_cntl = RREG32(mmIH_RB_CNTL); in tonga_ih_disable_interrupts() 81 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in tonga_ih_disable_interrupts() 136 WREG32(mmIH_RB_CNTL, ih_rb_cntl); in tonga_ih_irq_init() 214 tmp = RREG32(mmIH_RB_CNTL); in tonga_ih_get_wptr() 216 WREG32(mmIH_RB_CNTL, tmp); in tonga_ih_get_wptr()
|
D | vega10_ih.c | 47 u32 ih_rb_cntl = RREG32_SOC15(OSSSYS, 0, mmIH_RB_CNTL); in vega10_ih_enable_interrupts() 51 WREG32_SOC15(OSSSYS, 0, mmIH_RB_CNTL, ih_rb_cntl); in vega10_ih_enable_interrupts() 64 u32 ih_rb_cntl = RREG32_SOC15(OSSSYS, 0, mmIH_RB_CNTL); in vega10_ih_disable_interrupts() 68 WREG32_SOC15(OSSSYS, 0, mmIH_RB_CNTL, ih_rb_cntl); in vega10_ih_disable_interrupts() 100 ih_rb_cntl = RREG32_SOC15(OSSSYS, 0, mmIH_RB_CNTL); in vega10_ih_irq_init() 124 WREG32_SOC15(OSSSYS, 0, mmIH_RB_CNTL, ih_rb_cntl); in vega10_ih_irq_init() 215 tmp = RREG32_NO_KIQ(SOC15_REG_OFFSET(OSSSYS, 0, mmIH_RB_CNTL)); in vega10_ih_get_wptr() 217 WREG32_NO_KIQ(SOC15_REG_OFFSET(OSSSYS, 0, mmIH_RB_CNTL), tmp); in vega10_ih_get_wptr()
|
/Linux-v4.19/drivers/gpu/drm/amd/include/asic_reg/oss/ |
D | oss_1_0_d.h | 231 #define mmIH_RB_CNTL 0x0F80 macro
|
D | osssys_4_0_1_offset.h | 120 #define mmIH_RB_CNTL … macro
|
D | osssys_4_0_offset.h | 120 #define mmIH_RB_CNTL … macro
|
D | oss_2_4_d.h | 43 #define mmIH_RB_CNTL 0xe30 macro
|
D | oss_3_0_1_d.h | 43 #define mmIH_RB_CNTL 0xe30 macro
|
D | oss_2_0_d.h | 43 #define mmIH_RB_CNTL 0xf80 macro
|
D | oss_3_0_d.h | 43 #define mmIH_RB_CNTL 0xe30 macro
|