Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dcz_ih.c194 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in cz_ih_get_wptr()
195 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in cz_ih_get_wptr()
H A Diceland_ih.c194 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in iceland_ih_get_wptr()
195 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in iceland_ih_get_wptr()
H A Dtonga_ih.c205 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in tonga_ih_get_wptr()
206 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in tonga_ih_get_wptr()
H A Dvega10_ih.c203 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in vega10_ih_get_wptr()
204 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in vega10_ih_get_wptr()
/dragonfly/sys/dev/drm/radeon/
H A Dsid.h662 # define RB_OVERFLOW (1 << 0) macro
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.c4060 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr()
4061 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()
H A Devergreen.c4666 if (wptr & RB_OVERFLOW) { in evergreen_get_ih_wptr()
4667 wptr &= ~RB_OVERFLOW; in evergreen_get_ih_wptr()
H A Dsi.c6205 if (wptr & RB_OVERFLOW) { in si_get_ih_wptr()
6206 wptr &= ~RB_OVERFLOW; in si_get_ih_wptr()
H A Dcik.c7469 if (wptr & RB_OVERFLOW) { in cik_get_ih_wptr()
7470 wptr &= ~RB_OVERFLOW; in cik_get_ih_wptr()