Lines Matching refs:rptr
122 adev->irq.ih.rptr = 0; in vega10_ih_disable_interrupts()
141 adev->irq.ih1.rptr = 0; in vega10_ih_disable_interrupts()
162 adev->irq.ih2.rptr = 0; in vega10_ih_disable_interrupts()
407 wptr, ih->rptr, tmp); in vega10_ih_get_wptr()
408 ih->rptr = tmp; in vega10_ih_get_wptr()
440 u32 ring_index = ih->rptr >> 2; in vega10_ih_decode_iv()
467 ih->rptr += 32; in vega10_ih_decode_iv()
495 if ((v < ih->ring_size) && (v != ih->rptr)) in vega10_ih_irq_rearm()
496 WDOORBELL32(ih->doorbell_index, ih->rptr); in vega10_ih_irq_rearm()
514 *ih->rptr_cpu = ih->rptr; in vega10_ih_set_rptr()
515 WDOORBELL32(ih->doorbell_index, ih->rptr); in vega10_ih_set_rptr()
520 WREG32_SOC15(OSSSYS, 0, mmIH_RB_RPTR, ih->rptr); in vega10_ih_set_rptr()
522 WREG32_SOC15(OSSSYS, 0, mmIH_RB_RPTR_RING1, ih->rptr); in vega10_ih_set_rptr()
524 WREG32_SOC15(OSSSYS, 0, mmIH_RB_RPTR_RING2, ih->rptr); in vega10_ih_set_rptr()