Searched refs:R600_AUDIO_STATUS_BITS (Results 1 – 2 of 2) sorted by relevance
97 return RREG32(R600_AUDIO_STATUS_BITS) & 0xff; in r600_audio_status_bits()105 return (RREG32(R600_AUDIO_STATUS_BITS) >> 8) & 0xff; in r600_audio_category_code()
157 #define R600_AUDIO_STATUS_BITS 0x73d8 macro