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

/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm_private.h186 extern uint32 PCI_IO_RD_32(int offset);
H A Dcm.c77 PCI_IO_RD_32 - read a 32 bit value from pci i/o space
81 PCI_IO_RD_32 (int offset) function
495 PCI_IO_RD_32((int)cards[ix].pcm.dma_a), PCI_IO_RD_32((int)cards[ix].pcm.dma_a + 4),
496 PCI_IO_RD_32((int)cards[ix].pcm.dma_c), PCI_IO_RD_32((int)cards[ix].pcm.dma_c + 4));
H A Dpcm.c1574 ddprintf(("cmedia_pci: dma_a 0x%x+0x%x\n", PCI_IO_RD_32((int)port->dma_a), PCI_IO_RD_32((int)port->dma_a+4)));
1599 addr = PCI_IO_RD_32((uint32)port->dma_a);
1669 ddprintf(("cmedia_pci: dma_c 0x%x+0x%x\n", PCI_IO_RD_32((int)port->dma_c), PCI_IO_RD_32((int)port->dma_c+4)));
1681 addr = PCI_IO_RD_32((uint32)port->dma_c);

Completed in 35 milliseconds