Home
last modified time | relevance | path

Searched refs:RB_OVERFLOW (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Diceland_ih.c203 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr()
209 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr()
212 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in iceland_ih_get_wptr()
H A Dcz_ih.c203 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr()
209 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr()
212 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in cz_ih_get_wptr()
H A Dtonga_ih.c205 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr()
211 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr()
214 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in tonga_ih_get_wptr()
/linux/drivers/gpu/drm/radeon/
H A Dcikd.h812 # define RB_OVERFLOW (1 << 0) macro
H A Devergreend.h1231 # define RB_OVERFLOW (1 << 0) macro
H A Dr600d.h670 # define RB_OVERFLOW (1 << 0) macro
H A Dr600.c4046 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr()
4047 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()