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()
409 wptr, ih->rptr, tmp); in vega10_ih_get_wptr()
410 ih->rptr = tmp; in vega10_ih_get_wptr()
442 u32 ring_index = ih->rptr >> 2; in vega10_ih_decode_iv()
469 ih->rptr += 32; in vega10_ih_decode_iv()
497 if ((v < ih->ring_size) && (v != ih->rptr)) in vega10_ih_irq_rearm()
498 WDOORBELL32(ih->doorbell_index, ih->rptr); in vega10_ih_irq_rearm()
516 *ih->rptr_cpu = ih->rptr; in vega10_ih_set_rptr()
517 WDOORBELL32(ih->doorbell_index, ih->rptr); in vega10_ih_set_rptr()
522 WREG32_SOC15(OSSSYS, 0, mmIH_RB_RPTR, ih->rptr); in vega10_ih_set_rptr()
524 WREG32_SOC15(OSSSYS, 0, mmIH_RB_RPTR_RING1, ih->rptr); in vega10_ih_set_rptr()
526 WREG32_SOC15(OSSSYS, 0, mmIH_RB_RPTR_RING2, ih->rptr); in vega10_ih_set_rptr()