Searched refs:IH_RB_WPTR (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | cz_ih.c | 195 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in cz_ih_get_wptr() 196 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in cz_ih_get_wptr()
|
D | iceland_ih.c | 195 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in iceland_ih_get_wptr() 196 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in iceland_ih_get_wptr()
|
D | tonga_ih.c | 206 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in tonga_ih_get_wptr() 207 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in tonga_ih_get_wptr()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600.c | 3567 WREG32(IH_RB_WPTR, 0); in r600_disable_interrupts() 3679 WREG32(IH_RB_WPTR, 0); in r600_irq_init() 3998 wptr = RREG32(IH_RB_WPTR); in r600_get_ih_wptr() 4061 RREG32(IH_RB_WPTR); in r600_irq_process()
|
D | sid.h | 661 #define IH_RB_WPTR 0x3e0c macro
|
D | cikd.h | 813 #define IH_RB_WPTR 0x3e0c macro
|
D | evergreend.h | 1230 #define IH_RB_WPTR 0x3e0c macro
|
D | si.c | 5930 WREG32(IH_RB_WPTR, 0); in si_disable_interrupts() 6045 WREG32(IH_RB_WPTR, 0); in si_irq_init() 6403 wptr = RREG32(IH_RB_WPTR); in si_get_ih_wptr()
|
D | r600d.h | 669 #define IH_RB_WPTR 0x3e0c macro
|
D | cik.c | 7287 WREG32(IH_RB_WPTR, 0); in cik_disable_interrupts() 7431 WREG32(IH_RB_WPTR, 0); in cik_irq_init() 7864 wptr = RREG32(IH_RB_WPTR); in cik_get_ih_wptr()
|
D | evergreen.c | 5017 wptr = RREG32(IH_RB_WPTR); in evergreen_get_ih_wptr()
|