Searched refs:RIRB_STATUS_OVERRUN (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/wdm/audio/hdaudbus/ | ||
H A D | hda_controller_defs.h | 87 #define RIRB_STATUS_OVERRUN (1 << 2) macro |
H A D | fdo.cpp | 53 if ((RirbStatus & RIRB_STATUS_OVERRUN) != 0) in HDA_InterruptService() |