Home
last modified time | relevance | path

Searched refs:RIRB_STATUS_OVERRUN (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/wdm/audio/hdaudbus/
H A Dhda_controller_defs.h87 #define RIRB_STATUS_OVERRUN (1 << 2) macro
H A Dfdo.cpp53 if ((RirbStatus & RIRB_STATUS_OVERRUN) != 0) in HDA_InterruptService()