Searched defs:SR_LVBCI (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDevIchAc97.cpp78 #define SR_LVBCI RT_BIT(2) /* rwc, last valid buffer completion interrupt */ macro
82 #define SR_WCLEAR_MASK (SR_FIFOE | SR_BCIS | SR_LVBCI)
84 #define SR_INT_MASK (SR_FIFOE | SR_BCIS | SR_LVBCI)
436 else if ((new_mask & SR_LVBCI) && (pReg->cr & CR_LVBIE))
451 pReg->sr & SR_BCIS, pReg->sr & SR_LVBCI, pReg->sr, event, level));
1499 new_sr |= SR_LVBCI | SR_DCH | SR_CELV;

Completed in 51 milliseconds