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

/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp536 uint32_t u32BdleCviPos; member in struct:HDABDLEDESC
960 SSMFIELD_ENTRY( HDABDLEDESC, u32BdleCviPos),
974 SSMFIELD_ENTRY( HDABDLEDESC, u32BdleCviPos),
2033 * Number of bytes depends on the current position in buffer (u32BdleCviLen-u32BdleCviPos)
2035 Assert((pBdle->u32BdleCviLen >= pBdle->u32BdleCviPos)); /* sanity */
2036 uint32_t cb2Copy = pBdle->u32BdleCviLen - pBdle->u32BdleCviPos;
2072 pBdle->cbUnderFifoW, pBdle->u32BdleCviPos, pBdle->u32BdleCviLen));
2079 pBdle->u32BdleCviPos += cbArranged2Copy;
2081 Assert((pBdle->u32BdleCviLen >= pBdle->u32BdleCviPos && *pu32BackendBufferCapacity >= cbCopied)); /* sanity */
2087 pBdle->u32BdleCviPos, pBdl
[all...]

Completed in 55 milliseconds