Searched refs:RB_OVERFLOW (Results 1 – 8 of 8) sorted by relevance
662 # define RB_OVERFLOW (1 << 0) macro
814 # define RB_OVERFLOW (1 << 0) macro
1231 # define RB_OVERFLOW (1 << 0) macro
670 # define RB_OVERFLOW (1 << 0) macro
3953 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr()3954 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()
4971 if (wptr & RB_OVERFLOW) { in evergreen_get_ih_wptr()4972 wptr &= ~RB_OVERFLOW; in evergreen_get_ih_wptr()
6402 if (wptr & RB_OVERFLOW) { in si_get_ih_wptr()6403 wptr &= ~RB_OVERFLOW; in si_get_ih_wptr()
7845 if (wptr & RB_OVERFLOW) { in cik_get_ih_wptr()7846 wptr &= ~RB_OVERFLOW; in cik_get_ih_wptr()