Home
last modified time | relevance | path

Searched refs:ih_doorbell_rtpr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dtonga_ih.c103 u32 interrupt_cntl, ih_rb_cntl, ih_doorbell_rtpr; in tonga_ih_irq_init() local
150 ih_doorbell_rtpr = RREG32(mmIH_DOORBELL_RPTR); in tonga_ih_irq_init()
152 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR, in tonga_ih_irq_init()
154 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR, in tonga_ih_irq_init()
157 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR, in tonga_ih_irq_init()
160 WREG32(mmIH_DOORBELL_RPTR, ih_doorbell_rtpr); in tonga_ih_irq_init()
H A Dvega10_ih.c91 u32 ih_rb_cntl, ih_doorbell_rtpr; in vega10_ih_irq_init() local
138 ih_doorbell_rtpr = RREG32_SOC15(OSSSYS, 0, mmIH_DOORBELL_RPTR); in vega10_ih_irq_init()
140 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR, in vega10_ih_irq_init()
142 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR, in vega10_ih_irq_init()
145 ih_doorbell_rtpr = REG_SET_FIELD(ih_doorbell_rtpr, IH_DOORBELL_RPTR, in vega10_ih_irq_init()
148 WREG32_SOC15(OSSSYS, 0, mmIH_DOORBELL_RPTR, ih_doorbell_rtpr); in vega10_ih_irq_init()