Searched refs:dma_c (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm_private.h109 int dma_c; member in struct:__anon5
H A Dpcm.c217 PCI_IO_WR(port->dma_c, ((uint32)port->card->low_phys+
219 PCI_IO_WR(port->dma_c+1, (((uint32)port->card->low_phys+
221 PCI_IO_WR(port->dma_c+2, (((uint32)port->card->low_phys+
223 PCI_IO_WR(port->dma_c+3, 0);
230 PCI_IO_WR(port->dma_c+4, (port->config.rec_buf_size/sample_size-1)&0xff);
231 PCI_IO_WR(port->dma_c+5, ((port->config.rec_buf_size/sample_size-1)>>8)&0xff);
232 PCI_IO_WR(port->dma_c+6, (port->rd_size/sample_size-1)&0xff);
233 PCI_IO_WR(port->dma_c+7, ((port->rd_size/sample_size-1)>>8)&0xff);
547 port->dma_c = cards[ix].dma_base+0x08;
1669 ddprintf(("cmedia_pci: dma_c
[all...]
H A Dcm.c490 dprintf("%s: open %" B_PRId32 " dma_a at 0x%x dma_c 0x%x\n", cards[ix].pcm.name,
491 cards[ix].pcm.open_count, cards[ix].pcm.dma_a, cards[ix].pcm.dma_c);
493 dprintf(" dma_a: 0x%" B_PRIu32 "+0x%" B_PRIu32 " dma_c: 0x%" B_PRIu32 "+0x%" B_PRIu32
496 PCI_IO_RD_32((int)cards[ix].pcm.dma_c), PCI_IO_RD_32((int)cards[ix].pcm.dma_c + 4));

Completed in 65 milliseconds