HomeSort by: relevance | last modified time | path
    Searched defs:ih_doorbell_rtpr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_tonga_ih.c 109 u32 interrupt_cntl, ih_rb_cntl, ih_doorbell_rtpr; local in function:tonga_ih_irq_init
150 ih_doorbell_rtpr = RREG32(mmIH_DOORBELL_RPTR);
152 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR,
154 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR,
157 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR,
160 WREG32(mmIH_DOORBELL_RPTR, ih_doorbell_rtpr);
amdgpu_tonga_ih.c 109 u32 interrupt_cntl, ih_rb_cntl, ih_doorbell_rtpr; local in function:tonga_ih_irq_init
150 ih_doorbell_rtpr = RREG32(mmIH_DOORBELL_RPTR);
152 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR,
154 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR,
157 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR,
160 WREG32(mmIH_DOORBELL_RPTR, ih_doorbell_rtpr);
amdgpu_navi10_ih.c 118 u32 ih_rb_cntl, ih_doorbell_rtpr, ih_chicken; local in function:navi10_ih_irq_init
156 ih_doorbell_rtpr = RREG32_SOC15(OSSSYS, 0, mmIH_DOORBELL_RPTR);
158 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
161 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
164 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
167 WREG32_SOC15(OSSSYS, 0, mmIH_DOORBELL_RPTR, ih_doorbell_rtpr);
amdgpu_vega10_ih.c 196 u32 ih_doorbell_rtpr = 0; local in function:vega10_ih_doorbell_rptr
199 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
202 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
206 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
210 return ih_doorbell_rtpr;
amdgpu_navi10_ih.c 118 u32 ih_rb_cntl, ih_doorbell_rtpr, ih_chicken; local in function:navi10_ih_irq_init
156 ih_doorbell_rtpr = RREG32_SOC15(OSSSYS, 0, mmIH_DOORBELL_RPTR);
158 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
161 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
164 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
167 WREG32_SOC15(OSSSYS, 0, mmIH_DOORBELL_RPTR, ih_doorbell_rtpr);
amdgpu_vega10_ih.c 196 u32 ih_doorbell_rtpr = 0; local in function:vega10_ih_doorbell_rptr
199 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
202 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
206 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr,
210 return ih_doorbell_rtpr;

Completed in 27 milliseconds