Home
last modified time | relevance | path

Searched refs:X_CIV (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/wdm/audio/drivers/ac97/
H A Dstream.cpp528 nCurrentIndex = ReadReg8(X_CIV); in GetBuffPos()
531 } while (nCurrentIndex != (int)ReadReg8(X_CIV)); in GetBuffPos()
H A Dichreg.h51 const ULONG X_CIV = 0x04; // Current Index Value variable
H A Dstream.h174 UCHAR CIV = ReadReg8(X_CIV); in UpdateLviCyclic()
H A Dwavepcistream.cpp753 int nCurrentIndex = (int)ReadReg8 (X_CIV); in ReleaseUsedMappings()