Searched refs:dma_pos (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Audio/ |
H A D | DevSB16.cpp | 1668 static int sb16WriteAudio(PSB16STATE pThis, int nchan, uint32_t dma_pos, argument 1685 cbToRead = RT_MIN(dma_len - dma_pos, cbToWrite); 1690 cbRead = DMA_read_memory (nchan, tmpbuf, dma_pos, cbToRead); 1692 int rc = PDMDevHlpDMAReadMemory(pThis->pDevIns, nchan, tmpbuf, dma_pos, cbToRead, &cbRead); 1719 dma_pos = (dma_pos + cbWrittenMin) % dma_len; 1730 static int sb16DMARead(void *opaque, int nchan, int dma_pos, int dma_len) argument 1732 static DECLCALLBACK(uint32_t) sb16DMARead(PPDMDEVINS pDevIns, void *opaque, unsigned nchan, uint32_t dma_pos, uint32_t dma_len) 1740 LogFlowFunc(("invalid block size=%d nchan=%d dma_pos=%d dma_len=%d\n", 1741 pThis->block_size, nchan, dma_pos, dma_le [all...] |
/vbox/src/VBox/Devices/Storage/ |
H A D | DevFdc.cpp | 509 int dma_pos, int dma_len); 514 uint32_t dma_pos, 1511 uint32_t dma_pos, 1515 int dma_pos, int dma_len) 1508 fdctrl_transfer_handler(PPDMDEVINS pDevIns, void *opaque, unsigned nchan, uint32_t dma_pos, uint32_t dma_len) argument
|
Completed in 186 milliseconds